File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments