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 acaaf74 commit b5279b6Copy full SHA for b5279b6
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Archive production artifacts
40
uses: actions/upload-artifact@v3
41
with:
42
- name: executable windows
43
- path: /home/runner/work/WorkTimer/WorkTimer/fyne-cross/bin/windows-amd64/Work Time Counter.exe
+ name: Work Time Counter - Windows x64
+ path: /home/runner/work/WorkTimer/WorkTimer/fyne-cross/dist/windows-amd64/Work Time Counter.exe.zip
44
45
0 commit comments