Skip to content

Commit

Permalink
Fix GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DubyaDude committed Nov 23, 2024
1 parent c0f1c66 commit 3f4974e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
submodules: 'recursive'
- name: Build
run: dotnet publish -f net8.0 -c release -r linux-x64 --self-contained
run: dotnet publish -f net9.0 -c release -r linux-x64 --self-contained
- name: Stop Bots
run: |
sudo systemctl stop VRCX-API.service
- name: Move Files
run: |
cp -R ./VRCX-API/bin/Release/net8.0/linux-x64/publish/* /_DATA/dubya/VRCX/Api/
cp -R ./VRCX-API/bin/Release/net9.0/linux-x64/publish/* /_DATA/dubya/VRCX/Api/

0 comments on commit 3f4974e

Please sign in to comment.