Debugging for Release Workflow
Some checks failed
Build and Release Binary File / run-tests (push) Successful in 9s
Build and Release Binary File / build (push) Failing after 1m10s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 08:23:14 +00:00
parent 9f20630511
commit 732b210b58

View file

@ -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