Skip to content

Commit

Permalink
separate gui release
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Jan 31, 2025
1 parent a183837 commit 3694ab7
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/release-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,10 @@ jobs:
if: contains(matrix.platform.os, 'ubuntu')
- name: Checkout
uses: actions/checkout@v4
- name: Build binary (*nix)
shell: bash
run: |
cargo build --package vpxtool_gui --locked --release
if: ${{ !contains(matrix.platform.os, 'windows') }}
- name: Build binary (Windows)
# We have to use the platform's native shell. If we use bash on
# Windows then OpenSSL complains that the Perl it finds doesn't use
# the platform's native paths and refuses to build.
shell: powershell
run: |
& cargo build --package vpxtool_gui --locked --release
if: contains(matrix.platform.os, 'windows')
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/[email protected]

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Gui Release build' step
Uses Step
uses 'Swatinem/rust-cache' with ref 'v2.7.7', not a pinned commit hash
- name: Build
run: cargo build --package vpxtool_gui --locked --release
- name: Set full archive name as env variable
shell: bash
run: |
Expand Down

0 comments on commit 3694ab7

Please sign in to comment.