UPD: Consistent action variable names
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -12,17 +12,17 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: 🐧 Linux
|
- name: 🐧 Linux
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
pnpm-command: 'build:linux'
|
pnpm_command: 'build:linux'
|
||||||
binary_path: dist/*.deb
|
binary_path: dist/*.deb
|
||||||
asset_name: zeroone.deb
|
asset_name: zeroone.deb
|
||||||
- name: 🪟 Windows
|
- name: 🪟 Windows
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
pnpm-command: 'build:win'
|
pnpm_command: 'build:win'
|
||||||
binary_path: dist/*.exe
|
binary_path: dist/*.exe
|
||||||
asset_name: zeroone.exe
|
asset_name: zeroone.exe
|
||||||
- name: 🍏 Mac
|
- name: 🍏 Mac
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
pnpm-command: 'build:mac'
|
pnpm_command: 'build:mac'
|
||||||
binary_path: dist/*.dmg
|
binary_path: dist/*.dmg
|
||||||
asset_name: zeroone.dmg
|
asset_name: zeroone.dmg
|
||||||
name: ${{ matrix.name }} Release
|
name: ${{ matrix.name }} Release
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: 🔨 Build Project
|
- name: 🔨 Build Project
|
||||||
run: |
|
run: |
|
||||||
pnpm i
|
pnpm i
|
||||||
pnpm ${{ matrix.pnpm-command }}
|
pnpm ${{ matrix.pnpm_command }}
|
||||||
|
|
||||||
- name: 📦 Release binary
|
- name: 📦 Release binary
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user