Skip to content

Commit

Permalink
fix(dotnet): add artifact name env var
Browse files Browse the repository at this point in the history
  • Loading branch information
helenakallekleiv committed Nov 8, 2024
1 parent fabf89c commit 564625d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- name: Create tarball
id: tar
working-directory: ${{ steps.publish.outputs.publish_path }}
env:
ARTIFACT_NAME: ${{ inputs.artifact_name }}
run: |
tarball="$RUNNER_TEMP/$ARTIFACT_NAME.tar"
tar -cvf "$tarball" .
Expand Down

0 comments on commit 564625d

Please sign in to comment.