We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9706b8 commit 21b2a4fCopy full SHA for 21b2a4f
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: svenstaro/upload-release-action@2.2.1
24
with:
25
repo_token: ${{ secrets.GITHUB_TOKEN }}
26
- file: zola-shortcodes-netlify-cms.tar.gz
+ file: dist/zola-shortcodes-netlify-cms.tar.gz
27
asset_name: "zola-shortcodes-netlify-cms-${{ steps.vars.outputs.tag }}.tar.gz"
28
tag: ${{ github.ref }}
29
body: "No defference between files on this release and ones in the 'dist' directory."
0 commit comments