upload-artifact
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
701186c995
commit
0704ae7108
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Pack
|
||||
run: ./.ci/source.sh
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: source
|
||||
path: artifacts/
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
Copy-Item "README*" -Destination "$RELEASE_DIST" -ErrorAction SilentlyContinue
|
||||
- name: Upload Windows artifacts
|
||||
if: steps.build.outcome == 'success'
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.target }}
|
||||
path: artifacts/*
|
||||
|
@ -185,7 +185,7 @@ jobs:
|
|||
./.ci/package-appimage.sh "${{ github.ref_name }}"
|
||||
|
||||
- name: Upload Linux artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: linux
|
||||
path: artifacts/*
|
||||
|
@ -249,7 +249,7 @@ jobs:
|
|||
ls -la "${ARTIFACTS_DIR}/"
|
||||
|
||||
- name: Upload Android artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: android
|
||||
path: artifacts/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue