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 8be962a commit 65cc2e5Copy full SHA for 65cc2e5
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
tag_name: ${{ env.RELEASE_TAGNAME }}
152
fail_on_unmatched_files: true
153
files: |
154
- artifacts/${{PROJECT_NAME}}_*_Linux.zip
155
- artifacts/${{PROJECT_NAME}}_*_Windows.zip
156
- artifacts/${{PROJECT_NAME}}_*_macOS.zip
+ artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
+ artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
+ artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip
157
0 commit comments