Skip to content

Commit

Permalink
fix the release build file
Browse files Browse the repository at this point in the history
  • Loading branch information
francoismichel committed Dec 13, 2023
1 parent 2e551fd commit 7c9571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
variant: [ { imgname: ubuntu-latest, releaserfile: linux }, { imgname: ubuntu-latest, releaserfile: client-only-all } ]
runs-on: ${{ matrix.osvariant.imgname }}
runs-on: ${{ matrix.variant.imgname }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7c9571e

Please sign in to comment.