Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m22s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m22s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
6509eaecf1
commit
d6a821b5e8
|
@ -69,6 +69,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload log
|
- name: Upload log
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: buildlog/buildlog.log
|
path: buildlog/buildlog.log
|
||||||
|
|
Loading…
Reference in New Issue