Debugging for Release Workflow
This commit is contained in:
parent
9f20630511
commit
732b210b58
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Compiling To Linux Target
|
name: Compiling To Linux Target
|
||||||
run: cargo build -r
|
run: cargo build -r
|
||||||
|
-
|
||||||
|
name: Debug Workflow
|
||||||
|
run: |
|
||||||
|
ls -la ./
|
||||||
|
pwd
|
||||||
-
|
-
|
||||||
name: Uploading Build Artifact
|
name: Uploading Build Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue