Skip to content

Commit 046dc12

Browse files
committed
also on windows upload signed build [ci skip]
1 parent 2a5c970 commit 046dc12

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build-win.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ jobs:
9898
--java-options "-Xmx256m"
9999
--java-options "-Dfile.encoding=\"utf-8\""
100100
--win-console
101-
- uses: actions/upload-artifact@v4
102-
with:
103-
name: cryptomator-cli-win-x64
104-
path: ./target/cryptomator-cli
105-
if-no-files-found: error
106101
- name: Fix permissions
107102
run: attrib -r target/cryptomator-cli/cryptomator-cli.exe
108103
shell: pwsh
@@ -157,6 +152,13 @@ jobs:
157152
env:
158153
GPG_PRIVATE_KEY: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }}
159154
GPG_PASSPHRASE: ${{ secrets.RELEASES_GPG_PASSPHRASE }}
155+
- uses: actions/upload-artifact@v4
156+
with:
157+
name: cryptomator-cli-win-x64
158+
path: |
159+
${{ env.artifact-name}}
160+
*.asc
161+
if-no-files-found: error
160162
- name: Publish artefact on GitHub Releases
161163
if: startsWith(github.ref, 'refs/tags/') && github.event.action == 'published'
162164
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)