Skip to content

Commit

Permalink
add file name for upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasanen committed Jan 18, 2023
1 parent fe637d9 commit 3744eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.DEPLOY_TOKEN }}
asset_name: swatches.zip
file: swatches.zip
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 3744eec

Please sign in to comment.