Skip to content

Commit

Permalink
fix zipping for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
steinuil committed Jan 1, 2025
1 parent ca8f59e commit e48e5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build for release

on:
# release:
# types:
Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:

- name: Create archive (windows)
if: ${{ startsWith(matrix.build, 'windows') }}
run: Compress-Archive -Recurse -Destination kameloso-${{ matrix.target }}.zip -Path kameloso
run: Compress-Archive -DestinationPath kameloso-${{ matrix.target }}.zip -Path kameloso

- name: Upload archive
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e48e5d9

Please sign in to comment.