Skip to content

Commit

Permalink
disable text gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ImportTaste committed Oct 15, 2021
1 parent 216d389 commit 9a632d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Compile
run: |
BUILD=$(($(git rev-list --count --first-parent HEAD)+3500))
BUILD=$(($(git rev-list --count --first-parent HEAD)+3499))
TODAY=$(date +"%d.%m.%y")
echo "BUILD=${BUILD}" >> "$GITHUB_ENV"
echo "TODAY=${TODAY}" >> "$GITHUB_ENV"
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
echo "Refer to https://forum.umineko-project.org for more details." >> release_notes.md
- name: Release
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
id: create_release
uses: actions/create-release@v1
env:
Expand All @@ -77,7 +77,7 @@ jobs:
prerelease: false

- name: Upload Extra
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -88,7 +88,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Main
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -99,7 +99,7 @@ jobs:
asset_content_type: application/zip

- name: Upload Main (dev)
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -110,7 +110,7 @@ jobs:
asset_content_type: application/zip

- name: Upload PT
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -121,7 +121,7 @@ jobs:
asset_content_type: application/zip

- name: Upload PT (dev)
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -132,7 +132,7 @@ jobs:
asset_content_type: application/zip

- name: Upload WH
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -143,7 +143,7 @@ jobs:
asset_content_type: application/zip

- name: Upload WH (dev)
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -154,7 +154,7 @@ jobs:
asset_content_type: application/zip

- name: Upload CN
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -165,7 +165,7 @@ jobs:
asset_content_type: application/zip

- name: Upload CN (dev)
if: github.repository_owner == 'umineko-project'
if: github.repository_owner == ${{ github.repository_owner }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion script/umi_hdr.txt
Expand Up @@ -2928,7 +2928,7 @@ preset_define 32,1,40,#FFFFFF,0,0,0,1,8,#000000,0,0,0,#000000,2,20,1590 ;Menu mu

gosub *redefine_text_presets

enable_gradients 1
enable_gradients 0

;System commands
pretextgosub *pretext
Expand Down

0 comments on commit 9a632d0

Please sign in to comment.