Skip to content

Commit

Permalink
using github variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldelaparra committed Apr 2, 2024
1 parent e53cbb7 commit 9711dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishNuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: $ARTIFACT_NAME
path: $ARTIFACT_NAME
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9711dc0

Please sign in to comment.