Skip to content

Commit

Permalink
add osu to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Oct 22, 2023
1 parent 97a5479 commit 69e0299
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,11 @@ jobs:
with:
name: Artemis.Plugins.Games.CSGO
path: src/Artemis.Plugins.Games.CSGO/bin/x64/Release/net7.0/publish
if-no-files-found: error

- name: Upload Osu
uses: actions/upload-artifact@v3
with:
name: Artemis.Plugins.Games.Osu
path: src/Artemis.Plugins.Games.Osu/bin/x64/Release/net7.0/publish
if-no-files-found: error

0 comments on commit 69e0299

Please sign in to comment.