Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Jul 31, 2024
1 parent e198e07 commit 5ad70db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
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:
Expand All @@ -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:
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion Source/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "BeatLeader",
"name": "BeatLeader",
"author": "",
"version": "0.9.9",
"version": "0.9.20",
"description": "",
"gameVersion": "1.29.0",
"dependsOn": {
Expand Down

0 comments on commit 5ad70db

Please sign in to comment.