mirror of
https://github.com/vale981/master-thesis-tex
synced 2025-03-04 09:11:38 -05:00
try with cp
This commit is contained in:
parent
1f99958506
commit
5b1ac13290
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-pdf.yml
vendored
6
.github/workflows/build-pdf.yml
vendored
|
@ -13,12 +13,12 @@ jobs:
|
|||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- run: nix build
|
||||
- name: Setup upterm session
|
||||
uses: lhotari/action-upterm@v1
|
||||
- run: cp result/index.pdf .
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pdf
|
||||
path: result/index.pdf
|
||||
path: index.pdf
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue