From f3e7322ebbb518cf9005f8e6111d25e02d974f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Raddum=20Berg?= Date: Sat, 6 May 2023 08:33:06 +0200 Subject: [PATCH] github build: Put jni libraries in correct folder when transferring from `build-native` to `publish` (#51) --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84d9efe..6775180 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: