mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 23:19:57 +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 }}-
|
${{ runner.os }}-${{ matrix.target }}-
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./.ci/linux.sh
|
run: ./.ci/linux.sh
|
||||||
- name: Pack
|
- name: Move AppImage to artifacts directory
|
||||||
if: ${{ matrix.target == 'appimage' }}
|
if: ${{ matrix.target == 'appimage' }}
|
||||||
run: ./.ci/pack.sh
|
run: |
|
||||||
|
mkdir -p artifacts
|
||||||
|
mv build/bundle/*.AppImage artifacts/
|
||||||
- name: Upload
|
- name: Upload
|
||||||
if: ${{ matrix.target == 'appimage' }}
|
if: ${{ matrix.target == 'appimage' }}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user