-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: github auto release에 맞게 info.plist 수정
- submodule의 url을 ssh주소에서 https 주소로 변경 - github Action으로 파일 생성시 파일명 수정
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "alfred-pyworkflow"] | ||
path = alfred-pyworkflow | ||
url = git@github.com:harrtho/alfred-pyworkflow.git | ||
url = https://github.com/harrtho/alfred-pyworkflow.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
rm ./NaverSearch.alfredworkflow | ||
rm ./NaverSearchPlus.alfredworkflow | ||
cd workflow | ||
sed "s/{{VERSION_INFO}}/${GITHUB_REF##*/v}/g" < info.plist > info.plist.bak | ||
mv info.plist.bak info.plist | ||
zip -r ../NaverSearch.alfredworkflow . | ||
zip -r ../NaverSearchPlus.alfredworkflow . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters