Skip to content

Commit

Permalink
better changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Capeling committed Jun 15, 2024
1 parent d38fdd7 commit 3080b60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,15 @@ jobs:
config:
- name: Windows
os: windows-latest

#- name: macOS
# os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64
#- name: macOS
# os: macos-latest


name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand All @@ -35,8 +33,10 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: nightly
build-config: RelWithDebInfo
export-pdb: true
combine: true
sdk: 'nightly'
target: ${{ matrix.config.target }}

package:
Expand All @@ -51,4 +51,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}
path: ${{ steps.build.outputs.build-output }}
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Coloured Level Page
## v1.1.0
- 2.206 Update
- Colors level loading progress now
- Added auto gradient
- Reduced insane brightness
## v1.0.0
Expand Down

0 comments on commit 3080b60

Please sign in to comment.