Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freilichtbuehne authored Aug 26, 2024
1 parent 6eb8ca7 commit fcf1274
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Run build script
run: ./script/build-linux.sh
run: |
chmod +x ./script/build-linux.sh
./script/build-linux.sh
shell: bash

- name: Setup tmate session
Expand Down Expand Up @@ -64,7 +66,9 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Run build script
run: ./script/build-macos.sh
run: |
chmod +x ./script/build-macos.sh
./script/build-macos.sh
shell: bash

- name: Setup tmate session
Expand Down

0 comments on commit fcf1274

Please sign in to comment.