Skip to content

Commit

Permalink
Fixing release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kengorab committed Nov 2, 2024
1 parent 907cfa7 commit 1a80cd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ jobs:
echo "PATH=$(pwd)/abra-installation:$PATH" >> $GITHUB_ENV
echo "ABRA_HOME=`realpath $(pwd)/abra-installation/std`" >> $GITHUB_ENV
- name: Build package
run: |
cd selfhost
./gen-pkg/gen.sh ${{ matrix.platform.suffix }} ${{ github.ref_name }}
run: ./projects/compiler/scripts/generate-package.sh ${{ matrix.platform.suffix }} ${{ github.ref_name }}
- name: Upload to release
run: gh release upload ${{ github.ref_name }} selfhost/scripts/abra-${{ matrix.platform.suffix }}.tar.gz
run: gh release upload ${{ github.ref_name }} ./projects/compiler/scripts/abra-${{ matrix.platform.suffix }}.tar.gz
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
mark-release-as-latest:
Expand Down

0 comments on commit 1a80cd7

Please sign in to comment.