Skip to content

Commit

Permalink
ci: point dl artifact action to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 13, 2024
1 parent e6c0de8 commit f9a153e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
uses: actions/download-artifact@v4.1.8
with:
name: poster
path: modos.pdf
path: build/

- name: create release
uses: softprops/action-gh-release@v2
with:
files: modos.pdf
files: build/modos.pdf

0 comments on commit f9a153e

Please sign in to comment.