Skip to content

Commit

Permalink
fix(package): Typo in publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
acederberg committed Aug 22, 2024
1 parent 29dda92 commit 21bf65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Get Artifacts.
uses: actions/download-artifact@v4
with:
name: captura-build-${{ git.ref_name }}
name: captura-build-${{ github.ref_name }}
github-token: ${{ secrets.GH_PAT }}
path: ./dist

Expand Down

0 comments on commit 21bf65f

Please sign in to comment.