fix it for real

This commit is contained in:
Valentin Boettcher 2023-03-10 21:18:40 -05:00
parent 203935dd7b
commit cb1cb56095
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -21,9 +21,10 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: cd papers/Report
- run: nix build .
- run: cp result/index.pdf report.pdf
working-directory: papers/Report
- run: cp result/index.pdf ../../report.pdf
working-directory: papers/Report
- uses: actions/upload-artifact@v3
with: