Skip to content

Commit 65cc2e5

Browse files
committed
[ci] Correct env path
1 parent 8be962a commit 65cc2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
tag_name: ${{ env.RELEASE_TAGNAME }}
152152
fail_on_unmatched_files: true
153153
files: |
154-
artifacts/${{PROJECT_NAME}}_*_Linux.zip
155-
artifacts/${{PROJECT_NAME}}_*_Windows.zip
156-
artifacts/${{PROJECT_NAME}}_*_macOS.zip
154+
artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip
155+
artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip
156+
artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip
157157

0 commit comments

Comments
 (0)