Skip to content

Commit

Permalink
Fix artifact name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cgfandia-tii authored and cgfandia committed Jul 16, 2022
1 parent 2d2f342 commit f7a8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Compress
env:
ARTIFACT: windep-${{ github.event.release.tag_name }}-${{ matrix.configuration }}-${{ matrix.platform }}.zip
run: Compress-Archive -Path "Build\${{ matrix.platform }}\${{ matrix.configuration }}\windep" -DestinationPath "$ARTIFACT"
run: Compress-Archive -Path "Build\${{ matrix.platform }}\${{ matrix.configuration }}\windep" -DestinationPath "$env:ARTIFACT"

- name: Upload
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit f7a8918

Please sign in to comment.