Skip to content

Commit e6c0de8

Browse files
committed
ci: download artifact after checkout
1 parent 7d5f0c5 commit e6c0de8

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
@@ -19,14 +19,14 @@ jobs:
1919

2020
steps:
2121

22+
- uses: actions/checkout@v4
23+
2224
- name: get pdf
2325
uses: actions/download-artifact@v4.1.8
2426
with:
2527
name: poster
2628
path: modos.pdf
2729

28-
- uses: actions/checkout@v4
29-
3030
- name: create release
3131
uses: softprops/action-gh-release@v2
3232
with:

0 commit comments

Comments
 (0)