Skip to content

Commit

Permalink
always run release job
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Dec 16, 2023
1 parent 403dc02 commit ab40fca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
if-no-files-found: error

release:
if: ${{ always() }}
needs: [linux_build, linux_arm64_build, windows_build, macos_build, macos_arm_build]
name: Release
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -269,7 +270,7 @@ jobs:
./cs resolve com.indoorvivants:bindgen-interface_3:$(cat version)
./cs resolve com.indoorvivants:bindgen-interface_2.12:$(cat version)
./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier osx-x86_64 --artifact-type jar
./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier osx-aarch64 --artifact-type jar
# ./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier osx-aarch64 --artifact-type jar
./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier linux-x86_64 --artifact-type jar
./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier linux-aarch64 --artifact-type jar
./cs fetch com.indoorvivants:bindgen_native0.4_3:$(cat version) --classifier windows-x86_64 --artifact-type jar
Expand Down

0 comments on commit ab40fca

Please sign in to comment.