8000 Update Build.yml · DNNCommunity/Dnn.ModuleCreator@5457929 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5457929

Browse files
authored
Update Build.yml
1 parent 787141c commit 5457929

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/Build.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Build
1+
name: Build
22

33
on:
44
push:
55
branches:
6-
- main
7-
- release/**
6+
- master
7+
- develop
8+
- 'release/**'
89
pull_request:
910
branches:
11+
- master
1012
- develop
11-
- release/**
13+
- 'release/**'
1214

1315
jobs:
1416
build:
@@ -20,14 +22,11 @@ jobs:
2022

2123
- name: Fetch unshallow
2224
run: git fetch --prune --tags --unshallow
23-
2425
- name: Run './build.ps1'
25-
run: ./build.ps1 --github-toekn $GITHUB_TOKEN --target CI
26-
env:
27-
GITHUB_TOKEN: ${{ github.toekn }}
28-
29-
- name: Upload Build Artifacts
26+
run: ./build.ps1 --github-token $GITHUB_TOKEN --target CI
27+
env:
28+
GITHUB_TOKEN: ${{ github.token }}
29+
- name: Upload Build Artifact
3030
uses: actions/upload-artifact@v2
31-
with:
32-
name: Artifacts
33-
path: Artifacts
31+
with:
32+
path: artifacts/*

0 commit comments

Comments
 (0)
0