Skip to content

Remove 2023 mobile dev opening #14

Remove 2023 mobile dev opening

Remove 2023 mobile dev opening #14

Workflow file for this run

name: Upload build
on:
pull_request:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Write commit_id.txt
run: echo ${{ github.sha }} > ./build/commit_id.txt
- name: Upload files
uses: actions/upload-artifact@v3
with:
name: 'build'
path: ./build