We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7cc22 commit 31eb92cCopy full SHA for 31eb92c
.github/workflows/publish-packages-1.0.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Publish Artifacts
41
uses: actions/upload-artifact@v3
42
with:
43
- name: ${{ github.ref || 'main' }}-packages
+ name: ${{ github.ref_name }}-packages
44
path: '**/bin/**/*.*nupkg'
45
46
- name: Publish MyGet
0 commit comments