Skip to content

Commit

Permalink
Fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 25, 2024
1 parent 557f79b commit 540d7e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- run: env GNUMAKEFLAGS=-j$((1 + $(nproc --all))) make ci
- uses: actions/upload-artifact@v4
with:
path: ./icu4c-icu4c-wasm32-unknown-wasi.tar.xz
name: icu4c-icu4c-wasm32-unknown-wasi.tar.xz
path: ./icu4c-wasm32-unknown-wasi.tar.xz
name: icu4c-wasm32-unknown-wasi.tar.xz
- uses: actions/upload-artifact@v4
with:
path: ./icu4c-icu4c-wasm32-unknown-wasip1-threads.tar.xz
name: icu4c-icu4c-wasm32-unknown-wasip1-threads.tar.xz
path: ./icu4c-wasm32-unknown-wasip1-threads.tar.xz
name: icu4c-wasm32-unknown-wasip1-threads.tar.xz
- name: Create new release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: gh release create "$GITHUB_REF_NAME" icu4c-wasm32-unknown-wasi.tar.xz icu4c-wasm32-unknown-wasip1-threads.tar.xz
Expand Down

0 comments on commit 540d7e2

Please sign in to comment.