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 9cb20e0 commit ce0d6e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-mill-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,9 @@ jobs:
- uses: actions/download-artifact@v4
if: ${{ !inputs.populate_cache }}
with:
path: artifact
path: .
name: ${{ inputs.os }}-artifact

- name: Unzip Artifact
run: find .
if: ${{ !inputs.populate_cache }}

- name: Unzip Artifact
run: |
unzip -l /home/runner/work/mill/mill/artifact
Expand Down

0 comments on commit ce0d6e4

Please sign in to comment.