Skip to content

Commit

Permalink
CI: refine publish-artifacts action
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 5, 2024
1 parent 7d1fd84 commit c1a10ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
path: .
include-hidden-files: true
name: publish-artifacts

publish-sonatype:
# when in master repo, publish all tags and manual runs on main
Expand All @@ -67,6 +68,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: .
name: publish-artifacts

- run: ls -la .

Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: .
name: publish-artifacts

- run: ls -la .

Expand Down

0 comments on commit c1a10ff

Please sign in to comment.