forked from github.com/GenderDysphoria.fyi
update ci
This commit is contained in:
@@ -70,10 +70,10 @@ jobs:
|
|||||||
name: Download artifact...
|
name: Download artifact...
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: /dist.7z
|
path: /
|
||||||
-
|
-
|
||||||
run: |
|
run: |
|
||||||
7z x /dist.7z /dist; ls /dist
|
7z x /build_artifact/artifact.7z /dist; ls /dist
|
||||||
# -
|
# -
|
||||||
# name: Checkout the docker build branch...
|
# name: Checkout the docker build branch...
|
||||||
# uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user