Skip to content

Commit

Permalink
Corrected directory name in release package
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Apr 27, 2023
1 parent de3e64a commit b20e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
move artifact nampower-${{ github.ref_name }}
Compress-Archive nampower-${ref_name} nampower-${{ github.ref_name }}.zip
Compress-Archive nampower-${{ github.ref_name }} nampower-${{ github.ref_name }}.zip
- uses: softprops/action-gh-release@v1
name: Upload assets to release
Expand Down

0 comments on commit b20e254

Please sign in to comment.