Skip to content

Commit

Permalink
Update and rename first.yml to challenge.yml
Browse files Browse the repository at this point in the history
attempt at creating a pipeline that generates an artifact
  • Loading branch information
TomPughe authored Jun 18, 2024
1 parent 6ee875c commit 46e8a2e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/challenge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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 }}
21 changes: 0 additions & 21 deletions .github/workflows/first.yml

This file was deleted.

0 comments on commit 46e8a2e

Please sign in to comment.