Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83be145

Browse files
authored
Update build.yml
1 parent 6e20ace commit 83be145

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ jobs:
1717
include:
1818
- os: ubuntu-latest
1919
devScript: ./dev.sh
20-
shell: bash
2120
- os: macOS-latest
2221
devScript: ./dev.sh
23-
shell: bash
2422
- os: windows-latest
25-
devScript: dev.cmd
26-
shell: cmd
23+
devScript: ./dev
2724
runs-on: ${{ matrix.os }}
2825
steps:
2926
- uses: actions/checkout@v1
@@ -33,22 +30,19 @@ jobs:
3330
run: |
3431
${{ matrix.devScript }} layout Release
3532
working-directory: src
36-
shell: ${{ matrix.shell }}
3733

3834
# Run tests
3935
- name: L0
4036
run: |
4137
${{ matrix.devScript }} test
4238
working-directory: src
43-
shell: ${{ matrix.shell }}
4439

4540
# Create runner package tar.gz/zip
4641
- name: Package Release
4742
if: github.event_name != 'pull_request'
4843
run: |
4944
${{ matrix.devScript }} package Release
5045
working-directory: src
51-
shell: ${{ matrix.shell }}
5246

5347
# Upload runner package tar.gz/zip as artifact
5448
- name: Publish Artifact

0 commit comments

Comments
 (0)