Skip to content

Commit

Permalink
renaming download to Msys download, trying to fetch latest VRS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Dec 27, 2024
1 parent dcccc30 commit c3b564d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pacman-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
ls
pwd
cd microemacs/packages/msys2
VRS=`curl https://github.com/bjasspa/jasspa/releases/latest -s -L -I -o /dev/null -w '%{url_effective}' | sed -E 's/.+me_//'`
echo $VRS
sed -i "s/__VERSION__/${VERSION}/" PKGBUILD.tpl
bash tpl2pkg.sh ${VERSION} PKGBUILD.tpl
ls microemacs-package
Expand Down

0 comments on commit c3b564d

Please sign in to comment.