Skip to content

Commit

Permalink
fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 21, 2022
1 parent dc44545 commit 5bf2618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Build document
run: |
nix build . --impure --quiet
cp result/latex-presentation.pdf session--authentication-at-ec.pdf
cp result/latex-presentation.pdf .
- name: Upload build assets
uses: actions/upload-artifact@v3
with:
name: assets
path: session--authentication-at-ec.pdf
path: latex-presentation.pdf

release:
name: "Create tag/pre-release"
Expand Down

0 comments on commit 5bf2618

Please sign in to comment.