Skip to content

Commit c77696c

Browse files
authored
Fix artifact path
1 parent e184b5b commit c77696c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
uses: actions/upload-artifact@v2.2.2
3838
with:
3939
name: kasatk.exe
40-
path: dist/kasatk.exe
40+
path: ./dist/windows/kasatk.exe
4141
if-no-files-found: error

0 commit comments

Comments
 (0)