Add Build Artifacts
Upload compiled jar files as Artifacts. Makes it a lot easier to test and distribute bleeding edge builds.
This commit is contained in:
parent
a856e61df2
commit
a4c0d70721
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -24,4 +24,9 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
- name: Ant build
|
||||
run: ant -noinput -buildfile build.xml clean check jar unittest
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: openrocket_build_${{ github.run_number }}
|
||||
path: ${{github.workspace}}/swing/build/jar/OpenRocket.jar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user