Skip to content

Commit f9a153e

Browse files
committed
ci: point dl artifact action to dir
1 parent e6c0de8 commit f9a153e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/download-artifact@v4.1.8
2626
with:
2727
name: poster
28-
path: modos.pdf
28+
path: build/
2929

3030
- name: create release
3131
uses: softprops/action-gh-release@v2
3232
with:
33-
files: modos.pdf
33+
files: build/modos.pdf
3434

0 commit comments

Comments
 (0)