There was an error while loading. Please reload this page.
1 parent 35f403b commit b70e4c6Copy full SHA for b70e4c6
1 file changed
.github/workflows/release.yaml
@@ -42,7 +42,8 @@ jobs:
42
43
- uses: montudor/action-zip@v1
44
with:
45
- args: zip -qq -r browser-switcher-${{ env.SEM_VERSION }}-windows-amd64.zip dist win
+ args: zip -qq -r browser-switcher-${{ env.SEM_VERSION }}-windows-amd64.zip .
46
+ working-directory: dist/win/
47
48
- name: upload windows artifact
49
uses: actions/upload-release-asset@v1
0 commit comments