Skip to content

Commit

Permalink
feat: configuration release
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Apr 16, 2024
1 parent f65aa8f commit 9c4ddb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage \
**build/*.js \
**build/*.yaml \
**build/*.jsc
- name: Release
Expand All @@ -115,4 +116,5 @@ jobs:
tag_name: ${{ steps.tag.outputs.tag }}
files: |
**build/*.js
**build/*.yaml
**build/*.jsc
1 change: 1 addition & 0 deletions tools/linux/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ pnpm install
pnpm run build
mkdir -p tmp/build
mv program/resources/app/app_launcher/* tmp/build
cp telecord.yaml tmp/build
rm tmp/build/core.js

0 comments on commit 9c4ddb0

Please sign in to comment.