Skip to content

Commit

Permalink
Update publish-standalone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Dec 11, 2024
1 parent 7a40828 commit 8242851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ env:

jobs:
publish-standalone:
name: Publish Standalone ${{ matrix.rid }}
matrix:
data:
[
strategy:
matrix:
data: [
{ rid: 'win-x64', os: 'windows-latest' },
{ rid: 'win-x86', os: 'windows-latest' },
{ rid: 'linux-x64', os: 'ubuntu-latest' },
{ rid: 'osx-x64', os: 'macos-13' },
{ rid: 'osx-arm64', os: 'macos-latest' }
]
name: Publish Standalone ${{ matrix.rid }}
runs-on: ${{ matrix.data.os }}
steps:
- name: Setup
Expand Down

0 comments on commit 8242851

Please sign in to comment.