We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73c825 commit fff8a55Copy full SHA for fff8a55
1 file changed
.github/workflows/release.yml
@@ -13,8 +13,7 @@ jobs:
13
- name: Build
14
run: make release
15
- name: Archive
16
- run: |
17
- zip -r catbird.zip catbird start.sh stop.sh LICENSE Public Resources
+ run: zip -r catbird.zip catbird start.sh stop.sh LICENSE Public Resources
18
working-directory: Packages/CatbirdApp
19
- name: Upload GitHub Release Assets
20
run: gh release upload ${{ github.event.release.tag_name }} catbird.zip
0 commit comments