UPD: Job names
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -6,22 +6,25 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
name: 🚀 Release
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-latest
|
- name: 🐧 Linux
|
||||||
|
os: ubuntu-latest
|
||||||
pnpm-command: 'build:linux'
|
pnpm-command: 'build:linux'
|
||||||
binary_path: dist/*.deb
|
binary_path: dist/*.deb
|
||||||
asset_name: zeroone-${{ github.ref }}.deb
|
asset_name: zeroone-${{ github.ref }}.deb
|
||||||
- os: windows-latest
|
- name: 🪟 Windows
|
||||||
|
os: windows-latest
|
||||||
pnpm-command: 'build:win'
|
pnpm-command: 'build:win'
|
||||||
binary_path: dist/*.exe
|
binary_path: dist/*.exe
|
||||||
asset_name: zeroone-${{ github.ref }}.exe
|
asset_name: zeroone-${{ github.ref }}.exe
|
||||||
- os: macos-latest
|
- name: 🍏 Mac
|
||||||
|
os: macos-latest
|
||||||
pnpm-command: 'build:mac'
|
pnpm-command: 'build:mac'
|
||||||
binary_path: dist/*.dmg
|
binary_path: dist/*.dmg
|
||||||
asset_name: zeroone-${{ github.ref }}.dmg
|
asset_name: zeroone-${{ github.ref }}.dmg
|
||||||
|
name: ${{ matrix.name }} Release 🚀
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: 🚚 Checkout latest code
|
- name: 🚚 Checkout latest code
|
||||||
|
|||||||
Reference in New Issue
Block a user