File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ More info visit: https://github.com/dineshgowda24/alfred-gcp-workflow</string>
262
262
<key >variablesdontexport </key >
263
263
<array />
264
264
<key >version </key >
265
- <string >v1.0.0-rc1 </string >
265
+ <string >v1.0.0-rc2 </string >
266
266
<key >webaddress </key >
267
267
<string >https://github.com/dineshgowda24/alfred-gcp-workflow </string >
268
268
</dict >
Original file line number Diff line number Diff line change 2
2
set -euo pipefail
3
3
4
4
RELEASE_DIR=" $( pwd) /release/"
5
- PKG_DIR=" $( pwd) "
6
- PACKAGE_NAME=" $PKG_DIR /alfred-gcp-workflow.alfredworkflow"
5
+ PACKAGE_NAME=" alfred-gcp-workflow.alfredworkflow"
7
6
BUNDLE_ID=" com.dineshchikkanna.alfred.gcp"
8
7
9
8
bold () { echo -e " \033[1m$1 \033[0m" ; }
@@ -120,7 +119,7 @@ code_sign() {
120
119
fi
121
120
122
121
green " ✔️ Code signed successfully."
123
- cd " $PKG_DIR " || exit 1
122
+ cd - || exit 1
124
123
}
125
124
126
125
package_workflow () {
You can’t perform that action at this time.
0 commit comments