Change the build artifact archive name
This commit is contained in:
parent
c5c966c0cc
commit
c92f0ea861
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
- name: Determine build archive name
|
- name: Determine build archive name
|
||||||
run: |
|
run: |
|
||||||
echo "ARCHIVE_NAME=nih-plug-$(git describe --always)-${{ runner.os }}" >> "$GITHUB_ENV"
|
echo "ARCHIVE_NAME=nih-plugs-$(git describe --always)-${{ matrix.os }}" >> "$GITHUB_ENV"
|
||||||
- name: Move all packaged plugin into a directory
|
- name: Move all packaged plugin into a directory
|
||||||
run: |
|
run: |
|
||||||
mkdir "$ARCHIVE_NAME"
|
mkdir "$ARCHIVE_NAME"
|
||||||
|
|
Loading…
Reference in a new issue