We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a543e49 commit 51d94f0Copy full SHA for 51d94f0
.github/actions/compress_sign_and_upload/action.yml
@@ -53,10 +53,10 @@ runs:
53
- name: Temporary step - Upload artifacts and check signature exists
54
uses: actions/upload-artifact@v4
55
with:
56
- name: ${{ env.PACKAGE_FILE }}
+ name: ${{ steps.get_vars.outputs.package_file }}
57
path: |
58
- ${{ env.PACKAGE_FILE }}
59
- ${{ env.PACKAGE_FILE }}.sig
+ ${{ steps.get_vars.outputs.package_file }}
+ ${{ steps.get_vars.outputs.package_file }}.sig
60
retention-days: 3
61
62
# - name: "Upload release artifacts"
0 commit comments