now it actually compress the stuff inside instead of the "debug"/"release" folder

This commit is contained in:
Detanup01 2024-05-20 13:25:09 +02:00 committed by otavepto
parent a626c4b41f
commit 022ca419bc
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "emu-linux-${{ matrix.prj }}-${{ matrix.cfg }}-${{ matrix.arch }}-${{ github.sha }}"
path: "build/linux/gmake2/"
path: "build/linux/gmake2/${{ matrix.cfg }}"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1

View File

@ -96,7 +96,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "emu-win-${{ matrix.prj }}-${{ matrix.cfg }}-${{ matrix.arch }}-${{ github.sha }}"
path: "build/win/vs2022/"
path: "build/win/vs2022/${{ matrix.cfg }}"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1