Skip to content

Commit ebf8420

Browse files
committed
fixed workflow
1 parent e5dcf19 commit ebf8420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true
2424
vpk download github --repoUrl https://github.com/rgbcraft/NewRGBLauncher/
2525
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
2727
build-linux:
2828
runs-on: ubuntu-latest
2929
steps:

build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ vpk pack -u NewRGB -v "$BUILD_VERSION" -o "$RELEASE_DIR" -p "$PUBLISH_DIR"
2828

2929
echo ""
3030
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"

0 commit comments

Comments
 (0)