Skip to content

Commit

Permalink
revert reversion of revert
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Dec 29, 2023
1 parent 026522d commit 9d573b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ jobs:
with:
node-version: 18

- name: Install TypeScript
run: npm install -g typescript

- name: TypeScript Compile
run: tsc

- name: Copy necessary files to build directory
run: |
cp src/preload.cjs build/
cp src/*.html build/
cp src/*.css build/
- name: Prepare for app notarization
if: startsWith(matrix.os, 'macos')
# Import Apple API key for app notarization on macOS
Expand Down

0 comments on commit 9d573b2

Please sign in to comment.