Skip to content

Commit 1bd18d9

Browse files
committed
CI Iterate
1 parent 1fc3f97 commit 1bd18d9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build_app.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -220,19 +220,20 @@ jobs:
220220
release:
221221
runs-on: ubuntu-latest
222222
needs: [build-linux, build-win]
223+
223224
steps:
224225
- name: Checkout code
225226
uses: actions/checkout@v4
226227

227-
- name: Download Build Artifacts
228-
uses: actions/download-artifact@v4
229-
with:
230-
pattern: *-build
231-
path: ./artifacts
232-
merge-multiple: true
228+
- name: Download Build Artifacts
229+
uses: actions/download-artifact@v4
230+
with:
231+
pattern: *-build
232+
path: ./artifacts
233+
merge-multiple: true
233234

234-
- name: Display structure of downloaded files
235-
run: ls -R
235+
- name: Display structure of downloaded files
236+
run: ls -R
236237

237238
- name: Create Release
238239
id: create_release

0 commit comments

Comments
 (0)