First Blood
This commit is contained in:
@@ -94,7 +94,7 @@ jobs:
|
|||||||
run: mkdir -p app/dist
|
run: mkdir -p app/dist
|
||||||
|
|
||||||
- name: Download x86_64 Artifact
|
- name: Download x86_64 Artifact
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: executable-x86_64
|
name: executable-x86_64
|
||||||
path: app/dist
|
path: app/dist
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
run: mv app/dist/wolServer app/dist/wolServer-x86_64
|
run: mv app/dist/wolServer app/dist/wolServer-x86_64
|
||||||
|
|
||||||
- name: Download ARM Artifact
|
- name: Download ARM Artifact
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: executable-arm
|
name: executable-arm
|
||||||
path: app/dist
|
path: app/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user