attempt to use v1 instead of v1.1.0

after creating a v1 branch for the action (see https://github.community/t/version-numbering-for-actions/16307/5)
This commit is contained in:
Sebastian Stenzel
2021-08-06 08:07:12 +02:00
parent 8a387d040e
commit 1bbc6697ac

View File

@@ -441,7 +441,7 @@ jobs:
run: attrib -r appdir/Cryptomator/Cryptomator.exe
shell: pwsh
- name: Codesign
uses: skymatic/code-sign-action@v1.1.0
uses: skymatic/code-sign-action@v1
with:
certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
password: ${{ secrets.WIN_CODESIGN_P12_PW }}
@@ -469,7 +469,7 @@ jobs:
env:
JP_WIXWIZARD_RESOURCES: ${{ github.workspace }}/dist/win/resources # requires abs path, used in resources/main.wxs
- name: Codesign MSI
uses: skymatic/code-sign-action@v1.1.0
uses: skymatic/code-sign-action@v1
with:
certificate: ${{ secrets.WIN_CODESIGN_P12_BASE64 }}
password: ${{ secrets.WIN_CODESIGN_P12_PW }}