diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684d6e7..2923fca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,11 @@ jobs: # working-directory: ${{ github.repository }} steps: - uses: actions/checkout@v3 - - env: - GH_TOKEN: ${{ github.token }} - run: | + - run: | chmod +x ./bip/build.sh chmod +x ./bix/build.sh ./bip/build.sh + - env: + GH_TOKEN: ${{ github.token }} + run: | gh release create ./bip/bin/bip ./bix/bix