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 1501d6b commit 220b482Copy full SHA for 220b482
.github/workflows/ci.yml
@@ -44,5 +44,6 @@ jobs:
44
- name: Archive build files
45
uses: actions/upload-artifact@v6
46
with:
47
- name: $OUTPUT_NAME
+ name: ${{ env.OUTPUT_NAME }}
48
path: builds/
49
+ if-no-files-found: error
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
- name: release-file-builds
37
38
if-no-files-found: error
39
@@ -56,7 +56,7 @@ jobs:
56
- name: Download build files
57
uses: actions/download-artifact@v7
58
59
60
61
62
- name: Create Release
0 commit comments