-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: Build | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
tags: v* | ||
pull_request: | ||
branches: [ master ] | ||
push: | ||
branches: [master, 1290support] | ||
tags: v* | ||
pull_request: | ||
branches: [master] | ||
|
||
jobs: | ||
Build: | ||
|
@@ -16,11 +16,11 @@ jobs: | |
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: 7.0.x | ||
- name: Acquire SIRA References | ||
uses: ProjectSIRA/[email protected] | ||
- name: Initialize modding environment | ||
uses: beat-forge/init-beatsaber@v1 | ||
with: | ||
manifest: ${{ github.workspace }}/Source/manifest.json | ||
sira-server-code: ${{ secrets.SIRA_SERVER_CODE }} | ||
token: ${{ github.token }} | ||
repo: beat-forge/beatsaber-stripped | ||
- name: Download Mod Dependencies | ||
uses: Goobwabber/[email protected] | ||
with: | ||
|
@@ -44,6 +44,6 @@ jobs: | |
uses: softprops/action-gh-release@v1 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
files: ./${{ steps.Build.outputs.filename }}.zip | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | ||
files: ./${{ steps.Build.outputs.filename }}.zip | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters