Skip to content

Commit

Permalink
Merge 'fraccaman/ci-here-we-go-again-23'
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-here-we-go-again-23:
  [ci skip] improve release ci
  • Loading branch information
Fraccaman committed Oct 18, 2023
2 parents b87c1b7 + eedf0bc commit 330b83d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ jobs:
- name: Install cargo-about
if: "!startsWith(runner.os, 'Windows')"
run: curl -k https://installer.heliax.click/EmbarkStudios/[email protected]! | bash
- name: Install cargo-about
- name: Install cargo-about (only windows)
if: startsWith(runner.os, 'Windows')
run: |
curl -k https://installer.heliax.click/EmbarkStudios/[email protected] | bash
echo "::add-path::$GITHUB_WORKSPACE"
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: ${{ matrix.make.name }}
run: make ${{ matrix.make.command }}
- name: Upload binaries package
Expand Down

0 comments on commit 330b83d

Please sign in to comment.