Skip to content

Commit

Permalink
v2024.11.11.18301
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Nov 11, 2024
1 parent 5bcc285 commit b4c8c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 'Upload package'
if: startsWith(github.ref, 'refs/tags/v') # This line ensures the step runs only if a tag version is present
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: data_${{github.run_number}}
path: src/NameGenerator/PACK/*symbols.nupkg
Expand Down

0 comments on commit b4c8c5d

Please sign in to comment.