Skip to content

Commit

Permalink
download path is added
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsaranraj87 authored Sep 19, 2024
1 parent ebc3bea commit 07b8ce3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: hello-artifact
path: ./artifacts
- name: Read the content
run: cat hello.txt
run: cat ./artifacts/hello.txt

0 comments on commit 07b8ce3

Please sign in to comment.