Skip to content

Removing the incorrect working dir in the github action #2

Removing the incorrect working dir in the github action

Removing the incorrect working dir in the github action #2

Workflow file for this run

name: Main Workflow
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build All
run: ./build.sh