Skip to content

Update challenge.yml #3

Update challenge.yml

Update challenge.yml #3

Workflow file for this run

name: challenge
on: [push]
env:
FILE_NAME: README.md
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Upload an arbitrary artifact
uses: actions/[email protected]
with:
name: linux
path: ./${{ env.FILE_NAME }}