Skip to content

Commit

Permalink
πŸ‘Œ Little Update
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenKrahforst committed May 5, 2024
1 parent be0f1e2 commit 669e9aa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,9 @@ jobs:
run: Copy-Item "${{ github.workspace }}\Refs\Main.dll" -Destination "${{ env.BeatSaberDirectory }}\Beat Saber_Data\Managed" -Force
- name: Build
run: dotnet build -c Release BetterBeatSaber/BetterBeatSaber.csproj
- name: Build Online
run: dotnet build -c Release Online/Online.csproj
- name: Upload Artefact
uses: actions/upload-artifact@v3
with:
name: Better Beat Saber
path: ${{ github.workspace }}/BetterBeatSaber/bin/Release/BetterBeatSaber.dll
if-no-files-found: error
- name: Upload Online Artefact
uses: actions/upload-artifact@v3
with:
name: Better Beat Saber
path: ${{ github.workspace }}/Online/bin/Release/BetterBeatSaber.Online.dll
if-no-files-found: error

0 comments on commit 669e9aa

Please sign in to comment.