mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
incr: added shell property
This commit is contained in:
parent
86a05268bc
commit
929d3e35e0
37
.github/workflows/publish.yml
vendored
37
.github/workflows/publish.yml
vendored
@ -9,22 +9,25 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-14
|
||||
opt: '--mac'
|
||||
dist: 'dist-macOS-arm'
|
||||
|
||||
- os: macos-13
|
||||
opt: '--mac'
|
||||
dist: 'dist-macOS-x86_64'
|
||||
|
||||
- os: ubuntu-latest
|
||||
opt: '--linux'
|
||||
dist: 'dist-linux'
|
||||
|
||||
- os: windows-2019
|
||||
opt: '--win'
|
||||
dist: 'dist-windows'
|
||||
shell: bash
|
||||
- { os: macos-14, shell: bash, opt: '--mac', dist: 'dist-macOS-arm' },
|
||||
- {
|
||||
os: macos-13,
|
||||
shell: bash,
|
||||
opt: '--mac',
|
||||
dist: 'dist-macOS-x86_64',
|
||||
},
|
||||
- {
|
||||
os: ubuntu-latest,
|
||||
shell: bash,
|
||||
opt: '--linux',
|
||||
dist: 'dist-linux',
|
||||
},
|
||||
- {
|
||||
os: windows-2019,
|
||||
shell: bash,
|
||||
opt: '--win',
|
||||
dist: 'dist-windows',
|
||||
}
|
||||
|
||||
steps:
|
||||
- name: Setup node
|
||||
@ -68,4 +71,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.dist }}
|
||||
path: dist.tar
|
||||
path: dist.tar
|
||||
|
Loading…
Reference in New Issue
Block a user