Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Included arch: x64 for Windows and Linux to ensure builds run on Intel silicon.
Updated artifact names to include both OS and architecture to avoid conflicts and ensure correct artifact retrieval.
  • Loading branch information
rhamenator authored Oct 2, 2024
1 parent 96ff94c commit ee67d38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
include:
- os: macos-latest
arch: arm64
- os: windows-latest
arch: x64
- os: ubuntu-latest
arch: x64

outputs:
os: ${{ matrix.os }}
Expand Down

0 comments on commit ee67d38

Please sign in to comment.