|
55 | 55 | uses: myci-actions/checkout@main |
56 | 56 | - name: set PACKAGE_VERSION |
57 | 57 | uses: myci-actions/export-env-var@main |
58 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 58 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
59 | 59 | - name: prepare debian package |
60 | 60 | run: myci-deb-prepare.sh --soname $(cat soname.txt) |
61 | 61 | - name: install deps |
|
97 | 97 | # uses: myci-actions/checkout@main |
98 | 98 | # - name: set PACKAGE_VERSION |
99 | 99 | # uses: myci-actions/export-env-var@main |
100 | | - # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 100 | + # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
101 | 101 | # # makepkg needs to install dependency packages, so nobody user needs sudo rights |
102 | 102 | # - name: add nobody to sudoers |
103 | 103 | # run: | |
@@ -178,7 +178,7 @@ jobs: |
178 | 178 | uses: myci-actions/checkout@main |
179 | 179 | - name: set PACKAGE_VERSION |
180 | 180 | uses: myci-actions/export-env-var@main |
181 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 181 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
182 | 182 | - name: add cocoapods repo |
183 | 183 | run: pod repo add --silent cppfw https://$MYCI_GIT_USERNAME@github.com/cppfw/cocoapods-repo.git |
184 | 184 | - name: install deps |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | install: myci |
218 | 218 | - name: set PACKAGE_VERSION |
219 | 219 | uses: myci-actions/export-env-var@main |
220 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 220 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
221 | 221 | - name: build |
222 | 222 | run: | |
223 | 223 | cd build/android |
@@ -436,7 +436,7 @@ jobs: |
436 | 436 | uses: myci-actions/checkout@main |
437 | 437 | - name: set PACKAGE_VERSION |
438 | 438 | uses: myci-actions/export-env-var@main |
439 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 439 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
440 | 440 | if: startsWith(github.ref, 'refs/tags/') |
441 | 441 | - name: build |
442 | 442 | run: | |
@@ -485,7 +485,7 @@ jobs: |
485 | 485 | run: make --version |
486 | 486 | - name: set PACKAGE_VERSION |
487 | 487 | uses: myci-actions/export-env-var@main |
488 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 488 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
489 | 489 | if: startsWith(github.ref, 'refs/tags/') |
490 | 490 | - name: build |
491 | 491 | run: | |
@@ -530,7 +530,7 @@ jobs: |
530 | 530 | submodules: false |
531 | 531 | - name: set PACKAGE_VERSION |
532 | 532 | uses: myci-actions/export-env-var@main |
533 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 533 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
534 | 534 | if: startsWith(github.ref, 'refs/tags/') |
535 | 535 | - name: build |
536 | 536 | run: | |
|
0 commit comments