Fix GHES error
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: List build output
|
- name: List build output
|
||||||
run: ls -lh build
|
run: ls -lh build
|
||||||
- name: Upload Linux binary
|
- name: Upload Linux binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dusk-linux
|
name: dusk-linux
|
||||||
path: build/Dusk
|
path: build/Dusk
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: List build output
|
- name: List build output
|
||||||
run: ls -lh build/gitea/Dusk
|
run: ls -lh build/gitea/Dusk
|
||||||
- name: Upload PSP binary
|
- name: Upload PSP binary
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dusk-psp
|
name: dusk-psp
|
||||||
path: build/gitea/
|
path: build/gitea/
|
||||||
|
|||||||
Reference in New Issue
Block a user