Skip to content

Commit

Permalink
update linux release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Alvarez <alvajus@amazon.com>
  • Loading branch information
pendo324 committed Oct 18, 2024
1 parent e78b57f commit 47391a6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ jobs:
outputs:
static_amd64_binary_name: ${{ env.STATIC_AMD64_BINARY_NAME }}
static_arm64_binary_name: ${{ env.STATIC_ARM64_BINARY_NAME }}
validate-artifacts:
needs: generate-artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: artifacts
path: release/
- run: bash scripts/verify-release-artifacts.sh ${{ needs.generate-artifacts.outputs.release_tag }}
upload-artifacts:
needs:
- generate-artifacts
Expand Down

0 comments on commit 47391a6

Please sign in to comment.