Skip to content

Commit

Permalink
added download
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Jul 13, 2023
1 parent 1302247 commit b2b9e13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ jobs:
steps:
- name: Call the action
uses: UffizziCloud/setup-action@setup-binary
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: my-artifact
- shell: bash
run: |
ls

0 comments on commit b2b9e13

Please sign in to comment.