Update .gitea/workflows/build.yml
Some checks failed
CI / Build (AMD64) (push) Has been cancelled
CI / Build (ARM64) (push) Has been cancelled
CI / Build (ARMHF) (push) Has been cancelled
CI / Test (AMD64, Client) (push) Has been cancelled
CI / Test (AMD64, Server) (push) Has been cancelled
CI / Test (ARM64, Client) (push) Has been cancelled
CI / Test (ARM64, Server) (push) Has been cancelled
CI / Test (ARMHF, Client) (push) Has been cancelled
CI / Test (ARMHF, Server) (push) Has been cancelled
CI / Build Example Mods (push) Has been cancelled
CI / Release (push) Has been cancelled
Some checks failed
CI / Build (AMD64) (push) Has been cancelled
CI / Build (ARM64) (push) Has been cancelled
CI / Build (ARMHF) (push) Has been cancelled
CI / Test (AMD64, Client) (push) Has been cancelled
CI / Test (AMD64, Server) (push) Has been cancelled
CI / Test (ARM64, Client) (push) Has been cancelled
CI / Test (ARM64, Server) (push) Has been cancelled
CI / Test (ARMHF, Client) (push) Has been cancelled
CI / Test (ARMHF, Server) (push) Has been cancelled
CI / Build Example Mods (push) Has been cancelled
CI / Release (push) Has been cancelled
This commit is contained in:
parent
18891a2648
commit
3c81a21f48
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Build
|
||||
run: ./scripts/build.mjs appimage ${{ matrix.arch }}
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch }}
|
||||
path: ./out/*.AppImage*
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
- name: Build Example Mods
|
||||
run: ./example-mods/build.sh
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Example Mods
|
||||
path: ./example-mods/out/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user