Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit a9e2c0f

Browse files
committed
Fix duplicate key in CI file
1 parent aa8865b commit a9e2c0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Archive Release
3737
uses: thedoctor0/zip-release@main
3838
with:
39-
type: 'zip'
40-
filename: 'web.tar.gz'
4139
type: 'tar'
40+
filename: 'web.tar.gz'
4241
path: './web'
4342
- name: Release
4443
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)