Redirect Artifacts Download to "artifacts" Folder
Some checks failed
Run Tests on Code / run-tests (push) Successful in 16s
Build and Release Binary File / run-tests (push) Successful in 10s
Build and Release Binary File / build (push) Successful in 1m13s
Build and Release Binary File / upload-release (push) Failing after 9s

This commit is contained in:
Neshura 2023-11-17 10:27:18 +00:00
parent 97c3ab5fc6
commit 2e8dfe9327

View file

@ -47,6 +47,8 @@ jobs:
- -
name: Downloading All Build Artifacts name: Downloading All Build Artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with:
name: artifacts
- -
name: Debug Workflow name: Debug Workflow
run: | run: |