Skip to content

Commit

Permalink
Fix ci again?! XD
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jul 10, 2024
1 parent 101fb4e commit 649977e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore -o ./publish
run: dotnet build --configuration Release --no-restore

- name: Test
run: dotnet test --no-restore --verbosity normal
Expand All @@ -44,10 +44,8 @@ jobs:
with:
name: Package
path: |
publish/*.nupkg
publish/*.snupkg
publish/LucHeart.CoreOSC.dll
publish/LucHeart.CoreOSC.pdb
CoreOSC\bin\Release\*.nupkg
CoreOSC\bin\Release\*.snupkg
retention-days: 7
if-no-files-found: error

0 comments on commit 649977e

Please sign in to comment.