mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Change the build artifact archive name
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
|
||||
- name: Determine build archive name
|
||||
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
|
||||
run: |
|
||||
mkdir "$ARCHIVE_NAME"
|
||||
|
||||
Reference in New Issue
Block a user