Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherjbaker committed Jun 25, 2024
1 parent fe8b12f commit 5e8b86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
with:
name: publish
path: |
/dist
/oclif.manifest.json
./dist
./oclif.manifest.json
publish:
if: github.event_name == 'workflow_dispatch'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Download publish artifacts
uses: actions/download-artifact@v4
with:
name: my-artifact
name: publish

- name: Determine Tag
id: tag
Expand Down

0 comments on commit 5e8b86b

Please sign in to comment.