Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
hatappo committed Nov 18, 2021
1 parent f9706b8 commit 21b2a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: svenstaro/upload-release-action@2.2.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: zola-shortcodes-netlify-cms.tar.gz
file: dist/zola-shortcodes-netlify-cms.tar.gz
asset_name: "zola-shortcodes-netlify-cms-${{ steps.vars.outputs.tag }}.tar.gz"
tag: ${{ github.ref }}
body: "No defference between files on this release and ones in the 'dist' directory."
Expand Down

0 comments on commit 21b2a4f

Please sign in to comment.