mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
parent
0051182338
commit
bac344d059
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -49,9 +49,11 @@ jobs:
|
||||
${{ runner.os }}-${{ matrix.target }}-
|
||||
- name: Build
|
||||
run: ./.ci/linux.sh
|
||||
- name: Pack
|
||||
- name: Move AppImage to artifacts directory
|
||||
if: ${{ matrix.target == 'appimage' }}
|
||||
run: ./.ci/pack.sh
|
||||
run: |
|
||||
mkdir -p artifacts
|
||||
mv build/bundle/*.AppImage artifacts/
|
||||
- name: Upload
|
||||
if: ${{ matrix.target == 'appimage' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user