Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 5, 2024
1 parent 308e0e5 commit 6b7484e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run-mill-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ jobs:

- uses: actions/download-artifact@v4
if: ${{ !inputs.populate_cache }}
with:
name: ${{ inputs.os }}-artifact

- name: Unzip Artifact
run: |
unzip -l artifact
unzip artifact
unzip -l /home/runner/work/mill/mill/artifact
unzip /home/runner/work/mill/mill/artifact
if: ${{ !inputs.populate_cache }}

- uses: coursier/cache-action@v6
Expand Down Expand Up @@ -79,4 +81,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: .
name: ${{ inputs.os }}-artifact
if: ${{ inputs.populate_cache }}

0 comments on commit 6b7484e

Please sign in to comment.