Skip to content

Commit

Permalink
Fix pwsh CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 21, 2023
1 parent 4234e1f commit bae0344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Rename build
run: |
pwsh Compress-Archive ./target/release/${{matrix.file-name}} -DestinationPath qpm-${{matrix.prefix}}.zip
pwsh -Command Compress-Archive ./target/release/${{matrix.file-name}} -DestinationPath qpm-${{matrix.prefix}}.zip
- name: Upload Release Assets
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bae0344

Please sign in to comment.