File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 uses : myci-actions/checkout@main
169169 - name : set PACKAGE_VERSION
170170 uses : myci-actions/export-env-var@main
171- with : {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog )}
171+ with : {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)}
172172 - name : prepare debian package
173173 run : myci-deb-prepare.sh
174174 - name : install deps
@@ -265,7 +265,7 @@ jobs:
265265 # uses: myci-actions/checkout@main
266266 # - name: set PACKAGE_VERSION
267267 # uses: myci-actions/export-env-var@main
268- # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog )}
268+ # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)}
269269 # - name: add cocoapods repo
270270 # run: pod repo add --silent cppfw https://$MYCI_GIT_USERNAME@github.com/cppfw/cocoapods-repo.git
271271 # - name: install deps
@@ -309,7 +309,7 @@ jobs:
309309 # install: myci
310310 # - name: set PACKAGE_VERSION
311311 # uses: myci-actions/export-env-var@main
312- # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog )}
312+ # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)}
313313 # - name: build
314314 # run: |
315315 # cd build/android
You can’t perform that action at this time.
0 commit comments