Skip to content

Commit a0ffbfe

Browse files
author
Guy Fankam
committed
Rearrange release path
1 parent 94c6bf7 commit a0ffbfe

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/create_github_release.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,15 @@ jobs:
248248
permissions:
249249
contents: write
250250
steps:
251+
- name: Checkout repository
252+
uses: actions/checkout@v5
253+
251254
- name: Download artifacts
252255
id: download-artifacts
253256
uses: actions/download-artifact@v5
254257
with:
255258
merge-multiple: true
256-
257-
- name: Checkout repository
258-
uses: actions/checkout@v5
259+
path: ${{ runner.temp }}/release-artifacts
259260

260261
- name: Create release
261262
env:

0 commit comments

Comments
 (0)