tweaks to work better with the GitHub action
This commit is contained in:
parent
bb2be08a8c
commit
ff134c6d51
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -34,9 +34,9 @@ jobs:
|
||||
with:
|
||||
name: build-reports
|
||||
path: build/reports/
|
||||
# - name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: openrocket_build_${{ github.run_number }}
|
||||
# path: ${{github.workspace}}/build/lib/openrocket*.jar
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: openrocket_build_${{ github.run_number }}
|
||||
path: ${{github.workspace}}/build/lib/openrocket*.jar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user