Skip to content

Commit 0fe3e33

Browse files
committed
added release notes to ci
1 parent aace620 commit 0fe3e33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vpk download github --repoUrl "https://github.com/Enn3Developer/NewRGBLauncher"
2424

2525
echo ""
2626
echo "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

2929
echo ""
3030
echo "Uploading..."

0 commit comments

Comments
 (0)