You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_app.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -228,8 +228,8 @@ jobs:
228
228
- name: Download Build Artifacts
229
229
uses: actions/download-artifact@v4
230
230
with:
231
-
pattern: *-build
232
-
path: ./artifacts
231
+
pattern: '*-build'
232
+
path: './artifacts'
233
233
merge-multiple: true
234
234
235
235
- name: Display structure of downloaded files
@@ -240,13 +240,13 @@ jobs:
240
240
uses: softprops/action-gh-release@v2
241
241
with:
242
242
fail_on_unmatched_files: true
243
-
tag_name: bleeding-edge
243
+
tag_name: "bleeding-edge"
244
244
release_name: "Development Build"
245
245
body: "An automated, and untested build of the latest code pushed to the repository. Requires Windows 10, or may work on Windows 7 with the Edge browser runtime installed."
0 commit comments