Skip to content

Commit c7ab754

Browse files
committed
CI Iterate
1 parent c104f32 commit c7ab754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ jobs:
228228
- name: Download Build Artifacts
229229
uses: actions/download-artifact@v4
230230
with:
231-
pattern: *-build
232-
path: ./artifacts
231+
pattern: '*-build'
232+
path: './artifacts'
233233
merge-multiple: true
234234

235235
- name: Display structure of downloaded files
@@ -240,13 +240,13 @@ jobs:
240240
uses: softprops/action-gh-release@v2
241241
with:
242242
fail_on_unmatched_files: true
243-
tag_name: bleeding-edge
243+
tag_name: "bleeding-edge"
244244
release_name: "Development Build"
245245
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."
246246
draft: false
247247
generate_release_notes: false
248248
prerelease: true
249249
make_latest: true
250-
files: ./artifacts/**
250+
files: "./artifacts/**"
251251
env:
252252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)