update ci

This commit is contained in:
2024-02-08 14:29:33 -08:00
parent 14e74374fa
commit 49ac8f3afd

View File

@@ -70,10 +70,10 @@ jobs:
name: Download artifact...
uses: actions/download-artifact@v3
with:
path: /dist.7z
path: /
-
run: |
7z x /dist.7z /dist; ls /dist
7z x /build_artifact/artifact.7z /dist; ls /dist
# -
# name: Checkout the docker build branch...
# uses: actions/checkout@v3