File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run : |
2323 dotnet publish -c Release --self-contained -r win-x64 -o publish
2424 vpk download github --repoUrl https://github.com/Enn3Developer/NewRGBLauncher
25- vpk pack -u NewRGB -o releases -p publish -f net8-x64-desktop -v ${{github.ref_name}}
25+ vpk pack -u NewRGB -o releases -p publish -f net8-x64-desktop -v ${{github.ref_name}} --releaseNotes release_notes.md
2626 vpk upload github --repoUrl "https://github.com/Enn3Developer/NewRGBLauncher" --merge --releaseName v${{github.ref_name}} --tag ${{github.ref_name}} --token ${{ secrets.GITHUB_TOKEN }} -o releases
2727 build-linux :
2828 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ vpk download github --repoUrl "https://github.com/Enn3Developer/NewRGBLauncher"
2424
2525echo " "
2626echo " Building Velopack Release v$BUILD_VERSION "
27- vpk pack -u NewRGB -v " $BUILD_VERSION " -o " $RELEASE_DIR " -p " $PUBLISH_DIR "
27+ vpk pack -u NewRGB -v " $BUILD_VERSION " -o " $RELEASE_DIR " -p " $PUBLISH_DIR " --releaseNotes release_notes.md
2828
2929echo " "
3030echo " Uploading..."
You can’t perform that action at this time.
0 commit comments