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... 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