Artifact AppImage debug symbols.

This commit is contained in:
Miku AuahDark
2023-04-15 16:17:42 +08:00
parent 544bba8ef0
commit c849f71d14
+5
View File
@@ -33,6 +33,11 @@ jobs:
with:
name: love-x86_64.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:
runs-on: windows-latest
strategy: