Skip to content

Commit

Permalink
include?
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 13, 2024
1 parent 68420c1 commit 777652a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build and Release Dash Evo Tool
strategy:
matrix:
platform:
include:
- name: "linux-amd64"
runs-on: ["self-hosted", "Linux", "x64"] # Array of tags for AMD64
target: "x86_64-unknown-linux-gnu"
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: "macos-latest"
target: "aarch64-apple-darwin"

runs-on: "${{ matrix.runs-on }}"
runs-on: ${{ matrix.runs-on }}

steps:
- name: Check out code
Expand Down

0 comments on commit 777652a

Please sign in to comment.