Debug Release Workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
8d703347df
commit
195f88e297
1 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue