Skip to content

Commit 31eb92c

Browse files
authored
Fix folder name (#3713)
1 parent 6b7cc22 commit 31eb92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-packages-1.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Publish Artifacts
4141
uses: actions/upload-artifact@v3
4242
with:
43-
name: ${{ github.ref || 'main' }}-packages
43+
name: ${{ github.ref_name }}-packages
4444
path: '**/bin/**/*.*nupkg'
4545

4646
- name: Publish MyGet

0 commit comments

Comments
 (0)