Skip to content

Commit 08b6be9

Browse files
Update publish-nym-binaries.yml
1 parent f0d3d41 commit 08b6be9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-nym-binaries.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
if: ${{ (startsWith(github.ref, 'refs/tags/nym-binaries-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
2020
strategy:
2121
fail-fast: false
22-
matrix:
23-
platform: [arc-ubuntu-22.04]
24-
runs-on: ${{ matrix.platform }}
22+
runs-on: arc-ubuntu-22.04
2523

2624
outputs:
2725
release_id: ${{ steps.create-release.outputs.id }}

0 commit comments

Comments
 (0)