Skip to content

update action script #9

update action script

update action script #9

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install open-watcom-v2
run: curl "https://cdn.dos.zone/custom/ow2.zip" -o ow2.zip && mkdir -p $HOME/sdk && unzip ow2.zip -d $HOME/sdk/ow2
- name: fix env
run: sed -i "s|/home/caiiiycuk/|$HOME|g" $HOME/owsetenv.sh
- name: build.sh
run: cd bin && ./build.sh
- uses: actions/[email protected]
name: upload artifact
with:
path: bin