mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
CI: rename binaries-zip to sointu-binaries-<hash>.zip
This commit is contained in:
parent
e7dbb0289c
commit
a3dcc829c0
6
.github/workflows/binaries.yml
vendored
6
.github/workflows/binaries.yml
vendored
@ -41,6 +41,10 @@ jobs:
|
|||||||
output: sointu-vsti-native.dll
|
output: sointu-vsti-native.dll
|
||||||
params: -buildmode=c-shared -tags="plugin,native" ./cmd/sointu-vsti/
|
params: -buildmode=c-shared -tags="plugin,native" ./cmd/sointu-vsti/
|
||||||
steps:
|
steps:
|
||||||
|
- uses: benjlevesque/short-sha@v2.2
|
||||||
|
id: short-sha
|
||||||
|
with:
|
||||||
|
length: 7
|
||||||
- uses: lukka/get-cmake@v3.18.3
|
- uses: lukka/get-cmake@v3.18.3
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -59,5 +63,5 @@ jobs:
|
|||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: sointu-binaries-${{ steps.short-sha.outputs.sha }}
|
||||||
path: ${{ matrix.config.output }}
|
path: ${{ matrix.config.output }}
|
Loading…
x
Reference in New Issue
Block a user