|
@@ -33,6 +33,11 @@ jobs:
|
|
with:
|
|
with:
|
|
name: love-x86_64.AppImage
|
|
name: love-x86_64.AppImage
|
|
path: love-${{ github.sha }}.AppImage
|
|
path: love-${{ github.sha }}.AppImage
|
|
|
|
+ - name: Artifact Debug Symbols
|
|
|
|
+ uses: actions/upload-artifact@v3
|
|
|
|
+ with:
|
|
|
|
+ name: love-x86_64-AppImage-debug
|
|
|
|
+ path: love-${{ github.sha }}.AppImage-debug.tar.gz
|
|
windows-os:
|
|
windows-os:
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
strategy:
|
|
strategy:
|