Skip to content

Commit

Permalink
Included dowload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsaranraj87 authored Sep 19, 2024
1 parent 072a0d6 commit c7f4630
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: hello-artifact
path: hello.txt
path: hello.txt
download:
needs: build
runs-on: ubuntu-latest

steps:
- name: Unarchieve the hello text file
uses: actions/download-artifact@v2
with:
name: hello-artifact

0 comments on commit c7f4630

Please sign in to comment.