Skip to content

Commit

Permalink
Fix Makefile path
Browse files Browse the repository at this point in the history
  • Loading branch information
A1EF committed Nov 10, 2024
1 parent 84b9fbe commit 2622c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
apt update
apt install -y jq
TAG=$(wget -qO- 'https://api.github.com/repos/bol-van/zapret/releases/latest' | jq -r '.tag_name')
sed -i "s|_VERSION_|${TAG/v}|" Makefile
find -name Makefile
sed -i "s|_VERSION_|${TAG/v}|" nfqws/Makefile
echo "tag=${TAG}" >> $GITHUB_OUTPUT
- name: Build package
Expand Down

0 comments on commit 2622c77

Please sign in to comment.