Skip to content

test

test #3

Workflow file for this run

name: test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: |
mkdir dist
echo Hello >dist/a
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: dist
path: dist