1
0
Fork 0

Change the build artifact archive name

This commit is contained in:
Robbert van der Helm 2022-02-16 13:42:15 +01:00
parent c5c966c0cc
commit c92f0ea861

View file

@ -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"