Skip to content

Commit fff8a55

Browse files
author
Daniil Subbotin
committed
Remove unnecessary pipe symbol in release.yml
1 parent a73c825 commit fff8a55

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- name: Build
1414
run: make release
1515
- name: Archive
16-
run: |
17-
zip -r catbird.zip catbird start.sh stop.sh LICENSE Public Resources
16+
run: zip -r catbird.zip catbird start.sh stop.sh LICENSE Public Resources
1817
working-directory: Packages/CatbirdApp
1918
- name: Upload GitHub Release Assets
2019
run: gh release upload ${{ github.event.release.tag_name }} catbird.zip

0 commit comments

Comments
 (0)