Skip to content

Commit

Permalink
ci: download artifact after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 13, 2024
1 parent 7d5f0c5 commit e6c0de8
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 @@ -19,14 +19,14 @@ jobs:

steps:

- uses: actions/checkout@v4

- name: get pdf
uses: actions/[email protected]
with:
name: poster
path: modos.pdf

- uses: actions/checkout@v4

- name: create release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit e6c0de8

Please sign in to comment.