diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f7cee700a..9eae4afd7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -75,6 +75,7 @@ jobs: - name: Run the build uses: ./.github/actions/build-server with: + os: linux arch: ${{ matrix.arch }} - name: Publish release diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7625a706..e6c5c7c2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,6 +65,7 @@ jobs: - name: Run the build uses: ./.github/actions/build-server with: + os: linux arch: ${{ matrix.arch }} - name: Publish release