Skip to content

Commit cb88c1c

Browse files
authored
Update release.yml
1 parent a7ce3c9 commit cb88c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload to release
3838
uses: AButler/[email protected]
3939
with:
40-
files: 'src/Migrator/bin/Release/net9.0/DotNetProjects.Migrator.${{ github.event.release.tag_name }}.nupkg'
40+
files: 'src/Migrator/bin/Release/DotNetProjects.Migrator.${{ github.event.release.tag_name }}.nupkg'
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Publish to nuget

0 commit comments

Comments
 (0)