Skip to content

Commit

Permalink
Changed zip to Compress-Archive for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tonym128 committed Dec 5, 2023
1 parent f841ae2 commit d58af4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# release artifact, if tagged build
- name: Create release artifact, if tagged
run: zip -r -q ArduRacerFx.zip release
run: Compress-Archive -Path release/* -Destination ArduRacerFx.zip
- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d58af4f

Please sign in to comment.