tweaks to work better with the GitHub action

This commit is contained in:
thzero 2023-05-08 19:58:54 -05:00
parent bb2be08a8c
commit ff134c6d51

View File

@ -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