Skip to content

Commit ed5a04d

Browse files
Semroaklinker1
andauthored
ci: Fix submit workflow (#35)
Co-authored-by: Aaron <aaronklinker1@gmail.com>
1 parent 47bb7a0 commit ed5a04d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/submit.yml

+6
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
with:
5656
path: .output/*.zip
5757
if-no-files-found: error
58+
include-hidden-files: true
5859

5960
- name: Submit
6061
run: |
@@ -89,3 +90,8 @@ jobs:
8990
- name: Release
9091
if: ${{ !inputs.dryRun }}
9192
run: pnpx changelogen@latest gh release ${{ steps.version.outputs.newVersion }} --token ${{ github.token }}
93+
94+
# Don't upload sources zip - it can contain .env files, which may include secrets
95+
- name: Upload ZIPs
96+
if: ${{ !inputs.dryRun }}
97+
run: gh release upload ${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip

0 commit comments

Comments
 (0)