Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 30, 2024
1 parent 72fc303 commit bbfd28b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 58 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build-firefox.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/build-safari.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build for Chrome
name: Build

on: [push, pull_request]

Expand All @@ -8,6 +8,7 @@ jobs:

strategy:
matrix:
platform: [chrome, firefox, safari]
node-version: [22.x, 23.x]

steps:
Expand All @@ -19,9 +20,9 @@ jobs:
- name: Install Packages
run: npm install
- name: Build
run: npm run release-chrome
run: npm run release-${{ matrix.platform }}
- name: Upload Build as Artifact
uses: actions/upload-artifact@v4
with:
name: dist-chrome-${{ matrix.node-version }}
path: dist-chrome
name: dist-${{ matrix.platform }}-${{ matrix.node-version }}
path: dist-${{ matrix.platform }}

0 comments on commit bbfd28b

Please sign in to comment.