Skip to content

Fixed broken links and rst header underlining. #1

Fixed broken links and rst header underlining.

Fixed broken links and rst header underlining. #1

name: 'Build Android Build Folder Archives'
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: ./build-android-arch.sh
- name: Upload Android Build Folder Archives
id: upload
uses: softprops/action-gh-release@v1
with:
files:
- build/android_archs/AndroidBuildFolder.zip

Check failure on line 19 in .github/workflows/build-android-arch.yml

View workflow run for this annotation

GitHub Actions / Build Android Build Folder Archives

Invalid workflow file

The workflow is not valid. .github/workflows/build-android-arch.yml (Line: 19, Col: 13): A sequence was not expected