Skip to content

Commit be41921

Browse files
committed
ci: fix release upload
1 parent f532e12 commit be41921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- uses: edgarrc/action-7z@v1
9999
with:
100-
args: 7z a -tzip preloader-${{ env.VERSION }}-windows-amd64.zip preloader-${{ env.VERSION }}-windows-amd64/preloader-${{ env.VERSION }}-windows-amd64
100+
args: 7z a -tzip preloader-${{ env.VERSION }}-windows-amd64.zip ./preloader-${{ env.VERSION }}-windows-amd64/preloader-${{ env.VERSION }}-windows-amd64
101101

102102
- name: Upload Release Assets
103103
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)