mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 22:06:18 +03:00
upd(buildnup.yml): Merge exp into normal job
Replace the normal job with the experimental one
This commit is contained in:
parent
41fb90976e
commit
755a4aeece
1 changed files with 1 additions and 24 deletions
23
.github/workflows/buildnup.yml
vendored
23
.github/workflows/buildnup.yml
vendored
|
@ -15,30 +15,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_upload:
|
build_and_upload:
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
- name: Install Deps
|
|
||||||
run: sudo apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --release --verbose
|
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
|
||||||
uses: actions/upload-artifact@v3.1.0
|
|
||||||
with:
|
|
||||||
name: Launcher
|
|
||||||
path: target/release/anime-game-launcher
|
|
||||||
|
|
||||||
build_and_upload_exp:
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_and_upload
|
|
||||||
if: ${{ always() && needs.build_and_upload.result == 'failure' }}
|
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: ubuntu:devel
|
image: ubuntu:devel
|
||||||
|
|
Loading…
Reference in a new issue