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>
262262 <key >variablesdontexport </key >
263263 <array />
264264 <key >version </key >
265- <string >v1.0.0-rc1 </string >
265+ <string >v1.0.0-rc2 </string >
266266 <key >webaddress </key >
267267 <string >https://github.com/dineshgowda24/alfred-gcp-workflow </string >
268268</dict >
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44RELEASE_DIR=" $( pwd) /release/"
5- PKG_DIR=" $( pwd) "
6- PACKAGE_NAME=" $PKG_DIR /alfred-gcp-workflow.alfredworkflow"
5+ PACKAGE_NAME=" alfred-gcp-workflow.alfredworkflow"
76BUNDLE_ID=" com.dineshchikkanna.alfred.gcp"
87
98bold () { echo -e " \033[1m$1 \033[0m" ; }
@@ -120,7 +119,7 @@ code_sign() {
120119 fi
121120
122121 green " ✔️ Code signed successfully."
123- cd " $PKG_DIR " || exit 1
122+ cd - || exit 1
124123}
125124
126125package_workflow () {
You can’t perform that action at this time.
0 commit comments