Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Aug 12, 2024
1 parent b87c454 commit 0d810e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
path: EXILED/${{ env.PackageFile }}

- name: Push generated package to GitHub registry
run: dotnet nuget push ./EXILED/*.nupkg --skip-duplicate --no-symbols true
run: dotnet nuget push ${{ env.PackageFile }} --skip-duplicate --no-symbols true

0 comments on commit 0d810e3

Please sign in to comment.