mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 04:35:05 +01:00
ci: Only pack and upload AppImage builds. (#6545)
This commit is contained in:
parent
b89f5278ac
commit
a12058ea37
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -46,12 +46,12 @@ jobs:
|
|||||||
ENABLE_COMPATIBILITY_REPORTING: "ON"
|
ENABLE_COMPATIBILITY_REPORTING: "ON"
|
||||||
- name: Pack
|
- name: Pack
|
||||||
run: ./.ci/${{ matrix.image }}/upload.sh
|
run: ./.ci/${{ matrix.image }}/upload.sh
|
||||||
if: ${{ matrix.image != 'linux-frozen' }}
|
if: ${{ matrix.image == 'linux-appimage' || matrix.image == 'linux-mingw' }}
|
||||||
env:
|
env:
|
||||||
NAME: ${{ matrix.image }}
|
NAME: ${{ matrix.image }}
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
if: ${{ matrix.image != 'linux-frozen' }}
|
if: ${{ matrix.image == 'linux-appimage' || matrix.image == 'linux-mingw' }}
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.image }}
|
name: ${{ matrix.image }}
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
Loading…
Reference in New Issue
Block a user