Skip to content

Commit

Permalink
Merge pull request #8 from Rovel/add-artifacts
Browse files Browse the repository at this point in the history
remove dir
  • Loading branch information
Rovel authored Feb 20, 2024
2 parents 6f8442b + fde055d commit 3fd2575
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
- uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v4
with:
path: target
- name: Display structure of downloaded files
run: ls -R target
run: ls -R
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 3fd2575

Please sign in to comment.