Skip to content

Commit

Permalink
exe
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Apr 19, 2024
1 parent 4bf6d8d commit 863632f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/intl4x_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ jobs:
cargo build --release --bin icu4x-datagen --no-default-features --features bin,blob_exporter,blob_input,rayon,experimental_components --target x86_64-pc-windows-msvc
cd ../..
find target
cp target/aarch64-pc-windows-msvc/release/icu4x-datagen bin/windows_arm64-datagen
cp target/x86_64-pc-windows-msvc/release/icu4x-datagen bin/windows_x64-datagen
cp target/aarch64-pc-windows-msvc/release/icu4x-datagen.exe bin/windows_arm64-datagen.exe
cp target/x86_64-pc-windows-msvc/release/icu4x-datagen.exe bin/windows_x64-datagen.exe
- name: Upload artifacts
uses: actions/upload-artifact@ef09cdac3e2d3e60d8ccadda691f4f1cec5035cb
Expand Down

0 comments on commit 863632f

Please sign in to comment.