File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments