Karan Gauswami
3 days ago
No known key found for this signature in database
GPG Key ID: 4457EA801DBC82E6
1 changed files with
18 additions and
20 deletions
-
.github/workflows/publish.yml
|
@ -3,19 +3,17 @@ name: Publish |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
tags: |
|
|
tags: |
|
|
- '*' |
|
|
- "*" |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
contents: write |
|
|
jobs: |
|
|
jobs: |
|
|
publish: |
|
|
publish: |
|
|
name: Publish for ${{ matrix.os }} |
|
|
name: Publish for ${{ matrix.os }} |
|
|
runs-on: ${{ matrix.os }} |
|
|
runs-on: ${{ matrix.os }} |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
name: [ |
|
|
name: [linux, windows, macos] |
|
|
linux, |
|
|
|
|
|
windows, |
|
|
|
|
|
macos |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
include: |
|
|
include: |
|
|
- name: linux |
|
|
- name: linux |
|
|