1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔨 Report → Thesis

This commit is contained in:
Steffo 2021-11-21 05:49:41 +01:00
parent 5d876330c4
commit 4c5dbe4302
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -34,7 +34,7 @@ jobs:
make html make html
- name: "Create a gzipped tarball of the build" - name: "Create a gzipped tarball of the build"
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
run: tar -cvzf report/build/report.html.tar.gz report/build/html run: tar -cvzf thesis/build/thesis.html.tar.gz thesis/build/html
- name: "Upload build artifact" - name: "Upload build artifact"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: