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 c3b564d commit 4f6fc27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-pacman-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
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=$VRS" >> $GITHUB_ENV
export VRS=$VRS
echo $VRS
sed -i "s/__VERSION__/${VERSION}/" PKGBUILD.tpl
bash tpl2pkg.sh ${VERSION} PKGBUILD.tpl
sed -i "s/__VERSION__/${VRS}/" PKGBUILD.tpl
bash tpl2pkg.sh ${VRS} PKGBUILD.tpl
ls microemacs-package
cd microemacs-package
ls -lr
Expand Down

0 comments on commit 4f6fc27

Please sign in to comment.