Skip to content

Commit

Permalink
Added PlaylistsLib step to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-b committed Jul 15, 2021
1 parent 81c32fa commit eed5b8a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
uses: Goobwabber/download-beatmods-deps@1.2
with:
manifest: ${{github.workspace}}/MorePlaylists/manifest.json
- name: Download Playlists Lib
uses: dawidd6/action-download-artifact@v2.14.0
with:
workflow: BuildMaster.yml
workflow_conclusion: success
name: BeatSaberPlaylistsLib_BS
repo: rithik-b/BeatSaberPlaylistsLib
path: ${{github.workspace}}/Refs
- name: Build
id: Build
run: dotnet build --configuration Release
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
uses: Goobwabber/download-beatmods-deps@1.2
with:
manifest: ${{github.workspace}}/MorePlaylists/manifest.json
- name: Download Playlists Lib
uses: dawidd6/action-download-artifact@v2.14.0
with:
workflow: BuildMaster.yml
workflow_conclusion: success
name: BeatSaberPlaylistsLib_BS
repo: rithik-b/BeatSaberPlaylistsLib
path: ${{github.workspace}}/Refs
- name: Build
id: Build
run: dotnet build --configuration Release
Expand Down

0 comments on commit eed5b8a

Please sign in to comment.