We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c81ce commit cdfbffaCopy full SHA for cdfbffa
.github/workflows/createRelease.yaml
@@ -74,7 +74,10 @@ jobs:
74
if: runner.os == 'Windows'
75
76
- name: Compress artifact (Linux)
77
- run: zip -r artifact.zip dist/*
+ run: |
78
+ cd dist
79
+ zip -r ../artifact.zip *
80
+
81
if: runner.os != 'Windows'
82
83
- name: Upload release asset
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Clippy",
4
"productName": "Clippy",
5
"description": "Clipboard manager with RPC",
6
- "version": "0.10.0",
+ "version": "0.11.0",
7
"author": "AndreasArvidsson",
8
"license": "MIT",
9
"main": "out/main.js",
0 commit comments