mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
default shell is bash, not pwsh
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -430,6 +430,7 @@ jobs:
|
||||
cp dist/win/contrib/* appdir/Cryptomator
|
||||
- name: Fix permissions
|
||||
run: attrib -r appdir/Cryptomator/Cryptomator.exe
|
||||
shell: pwsh
|
||||
- name: Codesign
|
||||
uses: skymatic/code-sign-action@v1.0.1
|
||||
with:
|
||||
@@ -457,6 +458,7 @@ jobs:
|
||||
--win-dir-chooser `
|
||||
--resource-dir dist/win/resources `
|
||||
--license-file dist/win/resources/license.rtf
|
||||
shell: pwsh
|
||||
- name: Codesign MSI
|
||||
uses: skymatic/code-sign-action@v1.0.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user