We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc3f97 commit 1bd18d9Copy full SHA for 1bd18d9
.github/workflows/build_app.yml
@@ -220,19 +220,20 @@ jobs:
220
release:
221
runs-on: ubuntu-latest
222
needs: [build-linux, build-win]
223
+
224
steps:
225
- name: Checkout code
226
uses: actions/checkout@v4
227
- - name: Download Build Artifacts
228
- uses: actions/download-artifact@v4
229
- with:
230
- pattern: *-build
231
- path: ./artifacts
232
- merge-multiple: true
+ - name: Download Build Artifacts
+ uses: actions/download-artifact@v4
+ with:
+ pattern: *-build
+ path: ./artifacts
233
+ merge-multiple: true
234
- - name: Display structure of downloaded files
235
- run: ls -R
+ - name: Display structure of downloaded files
236
+ run: ls -R
237
238
- name: Create Release
239
id: create_release
0 commit comments