Skip to content

Commit b14c483

Browse files
committed
Update release-preview actions
1 parent df575ff commit b14c483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: nupkg
3535
- name: Push to GitHub
3636
run: |
37-
dotnet nuget push ./nupkg/FB2Library.${VERSION}.nupkg \
37+
dotnet nuget push ./nupkg/FB2Library.*.nupkg \
3838
--source https://nuget.pkg.github.com/${GITHUB_OWNER}/index.json \
3939
--api-key ${GITHUB_TOKEN}
4040
env:

0 commit comments

Comments
 (0)