Fix Artifacts v4
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 17m41s
CI / Build (AMD64, Client) (push) Successful in 17m55s
CI / Build (ARM64, Server) (push) Successful in 18m16s
CI / Build (ARM64, Client) (push) Successful in 20m15s
CI / Build (ARMHF, Server) (push) Successful in 13m34s
CI / Build (ARMHF, Client) (push) Successful in 16m49s
CI / Test (Client) (push) Successful in 18m6s
CI / Test (Server) (push) Successful in 17m5s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 10m33s

This commit is contained in:
TheBrokenRail 2024-05-30 22:22:30 -04:00
parent cdc1a82142
commit 804c9da179

View File

@ -36,7 +36,7 @@ jobs:
- name: Build
run: ./scripts/build.mjs appimage ${{ matrix.mode }} ${{ matrix.arch }}
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: ${{ matrix.mode }} (${{ matrix.arch }})
path: ./out/*.AppImage*
@ -89,7 +89,7 @@ jobs:
- name: Build Example Mods
run: ./example-mods/build.sh
- name: Upload Artifacts
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: Example Mods
path: ./example-mods/out/*
@ -109,7 +109,7 @@ jobs:
go-version: '>=1.20.1'
# Download Artifacts
- name: Download Artifacts
uses: actions/download-artifact@v4
uses: christopherhx/gitea-download-artifact@v4
with:
path: out
# Create Release