Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 11, 2024
1 parent b8211cd commit a6fc813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
{ rid: 'osx-x64', os: 'macos-13' },
{ rid: 'osx-arm64', os: 'macos-latest' }
]
name: Publish Standalone ${{ matrix.rid }}
name: Publish Standalone ${{ matrix.data.rid }}
runs-on: ${{ matrix.data.os }}
steps:
- name: Setup
Expand Down

0 comments on commit a6fc813

Please sign in to comment.