Skip to content

Commit 45c5191

Browse files
committed
fix build
1 parent 352ac3d commit 45c5191

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)