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:
|
with:
|
||||||
name: build-reports
|
name: build-reports
|
||||||
path: build/reports/
|
path: build/reports/
|
||||||
# - name: Upload Artifact
|
- name: Upload Artifact
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: openrocket_build_${{ github.run_number }}
|
name: openrocket_build_${{ github.run_number }}
|
||||||
# path: ${{github.workspace}}/build/lib/openrocket*.jar
|
path: ${{github.workspace}}/build/lib/openrocket*.jar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user