Update buildapp.yml
This commit is contained in:
parent
574690c075
commit
b96b5bcd25
1 changed files with 0 additions and 5 deletions
5
.github/workflows/buildapp.yml
vendored
5
.github/workflows/buildapp.yml
vendored
|
|
@ -109,11 +109,6 @@ jobs:
|
|||
(echo export PATH="/usr/local/opt/make/libexec/gnubin:$PATH" >> ~/.bash_profile)
|
||||
source ~/.bash_profile
|
||||
cd ${{ github.workspace }}/main
|
||||
# test
|
||||
echo here it comes
|
||||
echo "${{ env.YTLITE_VERSION }}"
|
||||
echo that should be the version
|
||||
# test
|
||||
sed -i '' "12s#.*#BUNDLE_ID = ${{ env.BUNDLE_ID }}#g" Makefile
|
||||
sed -i '' "11s#.*#DISPLAY_NAME = ${{ env.APP_NAME }}#g" Makefile
|
||||
sed -i '' "s/^PACKAGE_VERSION.*$/PACKAGE_VERSION = ${{ env.YT_VERSION }}-${{ env.YTLITE_VERSION }}/" Makefile
|
||||
|
|
|
|||
Loading…
Reference in a new issue