Skip to content

Experiment to upload artifact #1

Experiment to upload artifact

Experiment to upload artifact #1

Workflow file for this run

name: Upload docs artifact
on: [push]
jobs:
Upload-To-Artifacts:
runs-on: ubuntu-latest
steps:
- run: mkdir -p path/to/artifact

Check failure on line 7 in .github/workflows/upload_docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload_docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v4
with:
name: my-artifact
path: path/to/artifact/world.txt