Skip to content

Commit

Permalink
chore: fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 19, 2024
1 parent 01b1ec8 commit 983b2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: localsandbox-${{ matrix.os }}-${{ matrix.arch }}
name: localsandbox-${{ matrix.osname }}-${{ matrix.arch }}
path: ./

- name: Extract artifact
run: tar -xzf localsandbox-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
run: tar -xzf localsandbox-${{ matrix.osname }}-${{ matrix.arch }}.tar.gz

- name: List files
run: ls -la
Expand Down

0 comments on commit 983b2fc

Please sign in to comment.