Skip to content

Commit

Permalink
Adjust CI for new build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Aug 5, 2024
1 parent db5630c commit 8129e9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build
run: |
# ...yeah, I don't know. Something something compilation order.
mv runtime/src/extension-preloader.ts ../
pnpm build
mv ../extension-preloader.ts runtime/src/
pnpm build
run: pnpm build

- name: Create the distributables
run: node scripts/make-dist-archives.js
Expand Down

0 comments on commit 8129e9e

Please sign in to comment.