Skip to content

Commit 21b2a4f

Browse files
committed
fix artifact path
1 parent f9706b8 commit 21b2a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: svenstaro/upload-release-action@2.2.1
2424
with:
2525
repo_token: ${{ secrets.GITHUB_TOKEN }}
26-
file: zola-shortcodes-netlify-cms.tar.gz
26+
file: dist/zola-shortcodes-netlify-cms.tar.gz
2727
asset_name: "zola-shortcodes-netlify-cms-${{ steps.vars.outputs.tag }}.tar.gz"
2828
tag: ${{ github.ref }}
2929
body: "No defference between files on this release and ones in the 'dist' directory."

0 commit comments

Comments
 (0)