Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed May 26, 2024
1 parent 716dc5a commit 1704383
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Build
run: |
dotnet publish -c Release --no-self-contained -r win-x64 -o publish -p:PublishTrimmed=true
# vpk download http --url https://github.com/rgbcraft/NewRGBLauncher/releases/latest
vpk pack -u NewRGB -o releases -p publish -f net8-x64-desktop -v ${{github.ref_name}}
- name: Upload
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -52,7 +51,6 @@ jobs:
- name: Build
run: |
dotnet publish -c Release --self-contained -r linux-x64 -o publish -p:PublishTrimmed=True
# vpk download http --url https://github.com/rgbcraft/NewRGBLauncher/releases/latest
vpk pack -u NewRGB -v "${{github.ref_name}}" -o "release" -p "publish"
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1704383

Please sign in to comment.