Skip to content

Commit

Permalink
try to upload artifact for inspection.
Browse files Browse the repository at this point in the history
  • Loading branch information
phronmophobic committed Jul 8, 2024
1 parent 3d5d99c commit 69ce993
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/mobiletest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
export PATH="$JAVA_HOME/bin:$PATH"
scripts/compile-shared
- uses: actions/upload-artifact@v1
with:
path: library/build/out/bb.o
name: bb.o

- name: Build app
run: |
Expand All @@ -81,9 +85,6 @@ jobs:
export PATH="$JAVA_HOME/bin:$PATH"
scripts/build-shared
# - uses: actions/upload-artifact@v1
# with:
# path: bb
# name: babashka-${{ steps.babashka-version.outputs.version }}-macos-amd64.zip

0 comments on commit 69ce993

Please sign in to comment.