Fix Artifacts v4
This commit is contained in:
parent
cdc1a82142
commit
804c9da179
@ -36,7 +36,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: ./scripts/build.mjs appimage ${{ matrix.mode }} ${{ matrix.arch }}
|
run: ./scripts/build.mjs appimage ${{ matrix.mode }} ${{ matrix.arch }}
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.mode }} (${{ matrix.arch }})
|
name: ${{ matrix.mode }} (${{ matrix.arch }})
|
||||||
path: ./out/*.AppImage*
|
path: ./out/*.AppImage*
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Build Example Mods
|
- name: Build Example Mods
|
||||||
run: ./example-mods/build.sh
|
run: ./example-mods/build.sh
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Example Mods
|
name: Example Mods
|
||||||
path: ./example-mods/out/*
|
path: ./example-mods/out/*
|
||||||
@ -109,7 +109,7 @@ jobs:
|
|||||||
go-version: '>=1.20.1'
|
go-version: '>=1.20.1'
|
||||||
# Download Artifacts
|
# Download Artifacts
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: christopherhx/gitea-download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: out
|
path: out
|
||||||
# Create Release
|
# Create Release
|
||||||
|
Loading…
Reference in New Issue
Block a user