Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudharysaket committed Feb 28, 2024
1 parent 1ae507d commit f8ee9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
file=/tmp/newrelic-lambda-extension.x86_64.zip
echo "uploading $file to release $TAG"
gh release upload "$tag" "$file"
gh release upload "$TAG" "$file"
build-release-arm:
runs-on: ubuntu-20.04
Expand All @@ -52,4 +52,4 @@ jobs:
run: |
file=/tmp/newrelic-lambda-extension.arm64.zip
echo "uploading $file to release $TAG"
gh release upload "$tag" "$file"
gh release upload "$TAG" "$file"

0 comments on commit f8ee9c3

Please sign in to comment.