Skip to content

Commit

Permalink
fix(ci): should upload render assets
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Dec 12, 2024
1 parent 40dc4c6 commit fb08ee9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 75 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/build-render.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ jobs:
KEYCHAIN_PATH: ${{ runner.temp }}/app-signing.keychain-db
run: npm exec turbo run //#build:macos

- name: Build Renderer
if: matrix.os == 'ubuntu-latest'
run: pnpm build:render
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Upload file
uses: actions/upload-artifact@v4
env:
Expand All @@ -133,6 +139,8 @@ jobs:
out/make/**/*.exe
out/make/**/*.AppImage
out/make/**/*.yml
dist/manifest.yml
dist/*.tar.gz
retention-days: 90

- name: Upload file (arm64.dmg)
Expand All @@ -157,6 +165,8 @@ jobs:
out/make/**/*.exe
out/make/**/*.AppImage
out/make/**/*.yml
dist/manifest.yml
dist/*.tar.gz
- run: npx changelogithub
if: github.ref_type == 'tag' || github.event.inputs.tag_version != ''
Expand All @@ -182,3 +192,5 @@ jobs:
out/make/**/*.exe
out/make/**/*.AppImage
out/make/**/*.yml
dist/manifest.yml
dist/*.tar.gz

0 comments on commit fb08ee9

Please sign in to comment.