File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true
24
24
vpk download github --repoUrl https://github.com/rgbcraft/NewRGBLauncher/
25
25
vpk pack -u NewRGB -o releases -p publish -f net8-x64-desktop -v ${{github.ref_name}}
26
- vpk upload github --repoUrl "https://github.com/rgbcraft/NewRGBLauncher/" --merge --releaseName v${{github.ref_name}} --tag ${{github.ref_name}} --token ${{ secrets.GITHUB_TOKEN }}
26
+ vpk upload github --repoUrl "https://github.com/rgbcraft/NewRGBLauncher/" --merge --releaseName v${{github.ref_name}} --tag ${{github.ref_name}} --token ${{ secrets.GITHUB_TOKEN }} -o releases
27
27
build-linux :
28
28
runs-on : ubuntu-latest
29
29
steps :
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ vpk pack -u NewRGB -v "$BUILD_VERSION" -o "$RELEASE_DIR" -p "$PUBLISH_DIR"
28
28
29
29
echo " "
30
30
echo " Uploading..."
31
- vpk upload github --repoUrl " https://github.com/rgbcraft/NewRGBLauncher/" --merge --releaseName " v$1 " --tag " $1 " --token " $2 "
31
+ vpk upload github --repoUrl " https://github.com/rgbcraft/NewRGBLauncher/" --merge --releaseName " v$1 " --tag " $1 " --token " $2 " -o " $RELEASE_DIR "
You can’t perform that action at this time.
0 commit comments