Skip to content

Commit

Permalink
Fix job IDs in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Nov 15, 2024
1 parent ce8c199 commit d8aa482
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release AD4M CLI client Linux Binary
id: upload-release-linux-ad4m-cli-binary
id: upload-release-linux-ad4m-cli-client-binary
if: matrix.platform == 'GH-hosted-ubuntu'
uses: actions/upload-release-asset@v1
env:
Expand All @@ -228,7 +228,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release AD4M CLI executor Linux Binary
id: upload-release-linux-ad4m-cli-binary
id: upload-release-linux-ad4m-cli-executor-binary
if: matrix.platform == 'GH-hosted-ubuntu'
uses: actions/upload-release-asset@v1
env:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release AD4M CLI client macOS Binary
id: upload-release-macos-ad4m-cli-binary
id: upload-release-macos-ad4m-cli-client-binary
if: matrix.platform == 'macos-latest'
uses: actions/upload-release-asset@v1
env:
Expand All @@ -288,7 +288,7 @@ jobs:
asset_content_type: application/octet-stream

- name: Upload Release AD4M CLI executor macOS Binary
id: upload-release-macos-ad4m-cli-binary
id: upload-release-macos-ad4m-cli-executor-binary
if: matrix.platform == 'macos-latest'
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit d8aa482

Please sign in to comment.