Skip to content

Commit 0e675d2

Browse files
committed
make files explicit
1 parent fa595c7 commit 0e675d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Create Windows release archive
6969
shell: powershell
7070
run: |
71-
Compress-Archive -Path * -DestinationPath Kiwi8-${{ github.ref_name }}-Windows-${{ matrix.arch }}.zip
71+
Compress-Archive -Path Kiwi8.exe, SDL2.dll -DestinationPath Kiwi8-${{ github.ref_name }}-Windows-${{ matrix.arch }}.zip
7272
7373
- name: Upload Windows build to Release
7474
uses: softprops/action-gh-release@v2
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Create Linux release archive
9696
run: |
97-
tar czf Kiwi8-${{ github.ref_name }}-Debian-${{ matrix.arch }}.tar.gz -C .
97+
tar czf Kiwi8-${{ github.ref_name }}-Debian-${{ matrix.arch }}.tar.gz Kiwi8 libSDL2-2.0.so.0
9898
9999
- name: Upload Linux build to Release
100100
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)