Skip to content

Commit 51d94f0

Browse files
var fix for testing
1 parent a543e49 commit 51d94f0

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/compress_sign_and_upload

1 file changed

+3
-3
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ runs:
5353
- name: Temporary step - Upload artifacts and check signature exists
5454
uses: actions/upload-artifact@v4
5555
with:
56-
name: ${{ env.PACKAGE_FILE }}
56+
name: ${{ steps.get_vars.outputs.package_file }}
5757
path: |
58-
${{ env.PACKAGE_FILE }}
59-
${{ env.PACKAGE_FILE }}.sig
58+
${{ steps.get_vars.outputs.package_file }}
59+
${{ steps.get_vars.outputs.package_file }}.sig
6060
retention-days: 3
6161

6262
# - name: "Upload release artifacts"

0 commit comments

Comments
 (0)