Skip to content

feat: recreated game scenario and documentations #30

feat: recreated game scenario and documentations

feat: recreated game scenario and documentations #30

Workflow file for this run

name: Build for Alice Novel
on:
push:
branches: [ main ]
paths-ignore:
- '**.md'
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: CI
run: |
cd src
zip -r ../srfb.zip ./
mv ../srfb.zip ../srfb.anproj
# Upload Artifact
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: srfb
path: srfb.anproj