Skip to content

Commit

Permalink
Explicitly reference previous abra version in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kengorab committed Oct 28, 2024
1 parent ed29ec8 commit df2e6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: ./configure-libgc.sh
- name: Install abra
run: |
PREV_ABRA_VERSION=v0.0.1
mkdir abra-installation
wget https://github.com/kengorab/abra-lang/releases/latest/download/abra-${{ matrix.platform.suffix }}.tar.gz
wget https://github.com/kengorab/abra-lang/releases/download/$PREV_ABRA_VERSION/abra-${{ matrix.platform.suffix }}.tar.gz
tar -xzf abra-${{ matrix.platform.suffix }}.tar.gz -C abra-installation
echo "PATH=$(pwd)/abra-installation:$PATH" >> $GITHUB_ENV
echo "ABRA_HOME=`realpath $(pwd)/abra-installation/std`" >> $GITHUB_ENV
Expand Down

0 comments on commit df2e6c8

Please sign in to comment.