|
48 | 48 | uses: myci-actions/checkout@main |
49 | 49 | - name: set PACKAGE_VERSION |
50 | 50 | uses: myci-actions/export-env-var@main |
51 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 51 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
52 | 52 | - name: prepare debian package |
53 | 53 | run: myci-deb-prepare.sh |
54 | 54 | - name: install deps |
|
88 | 88 | # uses: myci-actions/checkout@main |
89 | 89 | # - name: set PACKAGE_VERSION |
90 | 90 | # uses: myci-actions/export-env-var@main |
91 | | - # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 91 | + # with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
92 | 92 | # # makepkg needs to install dependency packages, so nobody user needs sudo rights |
93 | 93 | # - name: add nobody to sudoers |
94 | 94 | # run: | |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | - name: git clone |
164 | 164 | uses: myci-actions/checkout@main |
165 | 165 | - name: prepare pacman package |
166 | | - run: myci-apply-version.sh -v $(myci-deb-version.sh debian/changelog) msys2/PKGBUILD.in |
| 166 | + run: myci-apply-version.sh msys2/PKGBUILD.in |
167 | 167 | - name: build |
168 | 168 | run: | |
169 | 169 | cd msys2 |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | uses: myci-actions/checkout@main |
242 | 242 | - name: set PACKAGE_VERSION |
243 | 243 | uses: myci-actions/export-env-var@main |
244 | | - with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh debian/changelog)} |
| 244 | + with: {name: PACKAGE_VERSION, value: $(myci-deb-version.sh)} |
245 | 245 | if: startsWith(github.ref, 'refs/tags/') |
246 | 246 | - name: build |
247 | 247 | run: | |
|
0 commit comments