Skip to content

Commit

Permalink
fix release github ci (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l authored Nov 27, 2024
1 parent 5918794 commit 20e1d9f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
run: make build
- name: Compress into a tar file
run: cd target/release && tar -cJvf ../cairo-native-x86_64.tar.xz cairo-native-test \
scarb-native-test cairo-native-compile cairo-native-dump cairo-native-run scarb-native-test \
scarb-native-dump libcairo_native_runtime.a && cd ..
cairo-native-compile cairo-native-dump cairo-native-run libcairo_native_runtime.a && cd ..
- uses: actions/upload-artifact@v4
with:
name: linux-build
Expand All @@ -68,8 +67,7 @@ jobs:
run: make build
- name: Compress into a tar file
run: cd target/release && tar -cJvf ../cairo-native-aarch64.tar.xz cairo-native-test \
scarb-native-test cairo-native-compile cairo-native-dump cairo-native-run scarb-native-test \
scarb-native-dump libcairo_native_runtime.a && cd ..
cairo-native-compile cairo-native-dump cairo-native-run libcairo_native_runtime.a && cd ..
- uses: actions/upload-artifact@v4
with:
name: macos-build
Expand Down

0 comments on commit 20e1d9f

Please sign in to comment.