Temporary Artifact Fix
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s

This commit is contained in:
Neshura 2024-04-08 17:59:03 +02:00
parent 7776da7d20
commit 874c5e6c9c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ jobs:
mv target/debian/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb dist/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb mv target/debian/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb dist/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb
- -
name: Uploading Build Artifact name: Uploading Build Artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4 uses: https://code.forgejo.org/forgejo/upload-artifact@v3
with: with:
name: release_blobs name: release_blobs
path: dist path: dist
@ -83,7 +83,7 @@ jobs:
steps: steps:
- -
name: Downloading All Build Artifacts name: Downloading All Build Artifacts
uses: https://code.forgejo.org/forgejo/download-artifact@v4 uses: https://code.forgejo.org/forgejo/download-artifact@v3
- -
name: Upload Binary name: Upload Binary
run: | run: |
@ -101,7 +101,7 @@ jobs:
steps: steps:
- -
name: Downloading All Build Artifacts name: Downloading All Build Artifacts
uses: https://code.forgejo.org/forgejo/download-artifact@v4 uses: https://code.forgejo.org/forgejo/download-artifact@v3
- -
name: Upload Debian Package to staging name: Upload Debian Package to staging
run: | run: |
@ -131,7 +131,7 @@ jobs:
steps: steps:
- -
name: Downloading All Build Artifacts name: Downloading All Build Artifacts
uses: https://code.forgejo.org/forgejo/download-artifact@v4 uses: https://code.forgejo.org/forgejo/download-artifact@v3
- -
name: Filter out env files name: Filter out env files
run: rm release_blobs/build.env run: rm release_blobs/build.env

View file

@ -60,7 +60,7 @@ jobs:
mv target/debian/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb dist/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb mv target/debian/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb dist/${{ github.event.repository.name }}_"$DEBIAN_REF""$DEBIAN_REV"_amd64.deb
- -
name: Uploading Build Artifact name: Uploading Build Artifact
uses: https://code.forgejo.org/forgejo/upload-artifact@v4 uses: https://code.forgejo.org/forgejo/upload-artifact@v3
with: with:
name: release_blobs name: release_blobs
path: dist path: dist