Skip to content

Commit

Permalink
address a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Apr 9, 2024
1 parent ff60363 commit 7277279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
su builder -c "git clone https://github.com/materialgram/materialgram-bin /home/builder/build && cd /home/builder/build \
&& sed -i "s/pkgver=.*/pkgver=${{ github.event.client_payload.tagname }}/" PKGBUILD \
&& sed -i "s/pkgver=.*/pkgver=${{ github.event.client_payload.pkgrel }}/" PKGBUILD \
&& sed -i "s/pkgver=.*/pkgrel=${{ github.event.client_payload.pkgrel }}/" PKGBUILD \
&& updpkgsums && makepkg --syncdeps --noconfirm --needed && rm *debug*"
- name: Set filename as variable
Expand Down

0 comments on commit 7277279

Please sign in to comment.