Skip to content

Commit 2538c57

Browse files
committed
stuff
1 parent a80d630 commit 2538c57

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: myci-actions/checkout@main
4949
- name: set PACKAGE_VERSION
5050
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)}
5252
- name: prepare debian package
5353
run: myci-deb-prepare.sh
5454
- name: install deps
@@ -88,7 +88,7 @@ jobs:
8888
# uses: myci-actions/checkout@main
8989
# - name: set PACKAGE_VERSION
9090
# 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)}
9292
# # makepkg needs to install dependency packages, so nobody user needs sudo rights
9393
# - name: add nobody to sudoers
9494
# run: |
@@ -163,7 +163,7 @@ jobs:
163163
- name: git clone
164164
uses: myci-actions/checkout@main
165165
- 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
167167
- name: build
168168
run: |
169169
cd msys2
@@ -241,7 +241,7 @@ jobs:
241241
uses: myci-actions/checkout@main
242242
- name: set PACKAGE_VERSION
243243
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)}
245245
if: startsWith(github.ref, 'refs/tags/')
246246
- name: build
247247
run: |

0 commit comments

Comments
 (0)