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 a7ce3c9 commit cb88c1cCopy full SHA for cb88c1c
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Upload to release
38
uses: AButler/[email protected]
39
with:
40
- files: 'src/Migrator/bin/Release/net9.0/DotNetProjects.Migrator.${{ github.event.release.tag_name }}.nupkg'
+ files: 'src/Migrator/bin/Release/DotNetProjects.Migrator.${{ github.event.release.tag_name }}.nupkg'
41
repo-token: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Publish to nuget
0 commit comments