Skip to content

Commit

Permalink
fix(CI): update filename of version artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Oct 16, 2024
1 parent fc52a7c commit 5e94b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ jobs:
run: |
cp inputplumber-git/Makefile inputplumber/Makefile
cp inputplumber-git/Dockerfile inputplumber/Dockerfile
curl -sL https://github.com/ShadowBlip/InputPlumber/archive/refs/tags/v$(cat version.txt).tar.gz | sha256sum | cut -d' ' -f1 > hash.txt
sed -i "s/^pkgver=.*/pkgver=$(cat version.txt)/g" inputplumber/PKGBUILD
curl -sL https://github.com/ShadowBlip/InputPlumber/archive/refs/tags/v$(cat .version.txt).tar.gz | sha256sum | cut -d' ' -f1 > hash.txt
sed -i "s/^pkgver=.*/pkgver=$(cat .version.txt)/g" inputplumber/PKGBUILD
sed -i "s/^sha256sums=.*/sha256sums=('$(cat hash.txt)')/g" inputplumber/PKGBUILD
- name: Build package
Expand Down

0 comments on commit 5e94b30

Please sign in to comment.