Skip to content

Commit

Permalink
download path
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 17, 2024
1 parent 7a1c0b7 commit 4df6580
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-${{ matrix.settings.target }}
path: .
path: ./packages/core
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-unknown-linux-gnu
path: .
path: ./packages/core
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-x86_64-unknown-linux-musl
path: .
path: ./packages/core
- name: List packages
run: ls -R .
shell: bash
Expand All @@ -346,7 +346,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-aarch64-unknown-linux-musl
path: .
path: ./packages/core
- name: List packages
run: ls -R .
shell: bash
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: bindings-armv7-unknown-linux-gnueabihf
path: .
path: ./packages/core
- name: List packages
run: ls -R .
shell: bash
Expand Down

0 comments on commit 4df6580

Please sign in to comment.