Skip to content

Instantly share code, notes, and snippets.

@maxday
Created March 22, 2020 19:35
Show Gist options
  • Save maxday/f772a9c02171a0dc1c29bb2d70c13c84 to your computer and use it in GitHub Desktop.
Save maxday/f772a9c02171a0dc1c29bb2d70c13c84 to your computer and use it in GitHub Desktop.
- name: Build native executable
uses: maxday/quarkus-native-build-docker-action@1
with:
outputName: app-runner
- name: Upload native executable
uses: actions/upload-artifact@v1
with:
name: native-executable
path: app-runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment