Skip to content

Make chart lines smoother #30

Make chart lines smoother

Make chart lines smoother #30

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- release
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/full-build
with:
RELEASE_KEYSTORE_BASE64: "${{ secrets.RELEASE_KEYSTORE_BASE64 }}"
RELEASE_KEYSTORE_PASS: "${{ secrets.RELEASE_KEYSTORE_PASS }}"
- uses: actions/upload-artifact@v4
with:
path: |
publish
# publish/*.apk
# publish/*.aab
if-no-files-found: error