Skip to content

Commit

Permalink
Fix release-latest workload not uploading plugin files
Browse files Browse the repository at this point in the history
Signed-off-by: William So <polyipseity@gmail.com>
  • Loading branch information
polyipseity committed Jan 11, 2024
1 parent bfde8ed commit d8e68e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
GH_TOKEN: ${{github.token}}
run: |
gh release upload latest .github/*.tgz --clobber
gh release upload latest .github/*.tgz main.js manifest.json styles.css --clobber
on:
push:
tags:
Expand Down

0 comments on commit d8e68e3

Please sign in to comment.