Skip to content

feat: update build

feat: update build #10

Workflow file for this run

name: Create Build Directory
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Create Build Directory
run: |
mkdir -p /tmp/build
touch test.txt
cp -R . /tmp/build
- run: ls
working-directory: /tmp/build