Skip to content

Commit 479644c

Browse files
committed
Try to fix build-release upload-artifacts paths
1 parent a6cbac0 commit 479644c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: portable
47-
path: build/vstudio/Release/Finestray.exe
47+
path: |
48+
build/vstudio/Release/Finestray.exe
4849
build/vstudio/Release/Finestray.exe.sha256
4950
5051
- name: Generate installer checksum
@@ -56,7 +57,8 @@ jobs:
5657
uses: actions/upload-artifact@v4
5758
with:
5859
name: installer
59-
path: build/vstudio/Finestray-*-win64.exe
60+
path: |
61+
build/vstudio/Finestray-*-win64.exe
6062
build/vstudio/Finestray-*-win64.exe.sha256
6163
6264
- name: Create release

0 commit comments

Comments
 (0)