Skip to content

Commit

Permalink
github build: Put jni libraries in correct folder when transferring f…
Browse files Browse the repository at this point in the history
…rom `build-native` to `publish` (#51)
  • Loading branch information
oyvindberg authored May 6, 2023
1 parent 9f6b67d commit f3e7322
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Temporarily save package
uses: actions/upload-artifact@v3
with:
name: native
name: tui.scripts.GenJniLibrary
path: ${{ matrix.jni-folder }}
retention-days: 1

Expand All @@ -94,6 +94,11 @@ jobs:
path: .bleep/generated-resources/crossterm/
- name: Display structure of downloaded files
run: find .bleep/generated-resources/crossterm
# next two tasks are optimization to avoid compiling rust code again
- name: load build
run: bleep projects
- name: touch all downloaded files (for newer timestamp)
run: find .bleep/generated-resources/crossterm | xargs touch
- name: Release
run: bleep publish
env:
Expand Down

0 comments on commit f3e7322

Please sign in to comment.