Skip to content

Commit

Permalink
update continue on error for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Jul 11, 2023
1 parent c6b9276 commit 13ff62d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,12 @@ jobs:
needs: [build-native-image]
name: 'Publish Native Image'
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
experimental: [true]
#windows-latest,, macos-latest, ubuntu-latest
steps:
- name: Download ubuntu binary
Expand Down

0 comments on commit 13ff62d

Please sign in to comment.