Debug Release Workflow
Some checks failed
Run Tests on Code / run-tests (push) Successful in 11s
Build and Release Binary File / run-tests (push) Successful in 12s
Build and Release Binary File / build (push) Successful in 1m19s
Build and Release Binary File / upload-release (push) Failing after 33s

This commit is contained in:
Neshura 2023-11-17 08:37:11 +00:00
parent 8d703347df
commit 195f88e297

View file

@ -29,11 +29,6 @@ jobs:
-
name: Compiling To Linux Target
run: cargo build -r
-
name: Debug Workflow
run: |
ls -la ./
pwd
-
name: Uploading Build Artifact
uses: actions/upload-artifact@v3
@ -50,6 +45,11 @@ jobs:
-
name: Downloading All Build Artifacts
uses: actions/download-artifact@v3
-
name: Debug Workflow
run: |
ls -la ./
pwd
-
name: Upload Artifacts As Generic Packages
run: |
@ -62,6 +62,6 @@ jobs:
with:
direction: upload
url: https://forgejo.neshweb.net
release-dir: dist/release
release-dir: ./
token: ${{ secrets.FORGEJO_TOKEN }}
tag: ${{ github.ref_name }}