Skip to content

Commit b5279b6

Browse files
authored
Update build.yml
Final version of build script.
1 parent acaaf74 commit b5279b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Archive production artifacts
4040
uses: actions/upload-artifact@v3
4141
with:
42-
name: executable windows
43-
path: /home/runner/work/WorkTimer/WorkTimer/fyne-cross/bin/windows-amd64/Work Time Counter.exe
42+
name: Work Time Counter - Windows x64
43+
path: /home/runner/work/WorkTimer/WorkTimer/fyne-cross/dist/windows-amd64/Work Time Counter.exe.zip
4444

4545

0 commit comments

Comments
 (0)