attempt 2 to fix release script

This commit is contained in:
otavepto 2024-06-02 20:43:17 +03:00
parent c789f4d078
commit 2f03c9800e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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