Skip to content

Update and rename first.yml to challenge.yml #1

Update and rename first.yml to challenge.yml

Update and rename first.yml to challenge.yml #1

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: ubuntu
path: ./${{ env.FILE_NAME }}