Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeed28 authored Feb 22, 2024
1 parent 155e853 commit a80bb48
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
push:
branches:
- 'main'
- main
pull_request:
branches:
- 'main'
- main

jobs:
build:
Expand All @@ -25,4 +25,7 @@ jobs:
- run: pnpm build
- uses: actions/upload-artifact@v4
with:
path: dist/
path: |
dist/
nwcompat.js
nwcompat-loader.js

0 comments on commit a80bb48

Please sign in to comment.