newrelic / newrelic-lambda-layers

Source code and utilities to build and publish New Relic's public AWS Lambda layers.
https://newrelic.com/products/serverless-aws-lambda
Apache License 2.0
34 stars 42 forks source link

Issue with dotnet layer publishing workflow #251

Closed chaudharysaket closed 1 week ago

chaudharysaket commented 1 week ago

Description

When we update the extension but not dotnet agent version, we would like to release the new layers for dotnet with updated extension. Currently, the workflow does not support this as it uses tag for getting the agent version for publishing the layer. See the error in releasing new layers for dotnet with updated extension

Steps to Reproduce

See error here

Expected Behaviour

New layers with updated extension is published for dotnet

Relevant Logs / Console output

Run cd dotnet
Building New Relic layer for .NET 6, 7 and 8 (ARM64)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  8141    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  8141  100  8141    0     0  [9](https://github.com/newrelic/newrelic-lambda-layers/actions/runs/9650170351/job/26615236759#step:4:10)9762      0 --:--:-- --:--:-- --:--:-- 99280
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

Your Environment

Additional context

workato-integration[bot] commented 1 week ago

https://new-relic.atlassian.net/browse/NR-284180

chaudharysaket commented 1 week ago

Issue with workflow here

workato-integration[bot] commented 1 week ago

Work has been completed on this issue.