forked from NSRingo/Maps
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (30 loc) · 718 Bytes
/
dev.yml
File metadata and controls
32 lines (30 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Dev
on:
workflow_call:
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.SUBMODULE_TOKEN }}
ref: dev
- name: Run Build Pipeline
uses: ./.github/actions/node-build
with:
package-token: ${{ secrets.PACKAGE_TOKEN }}
build-command: npm run build:dev
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
name: artifact
path: |
CHANGELOG.md
rulesets
dist