mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 10:46:55 +00:00
Use dates instead of tags for plugin build names
This makes more sense for this repo, since tags are plugin-specific and this repo bundles multiple plugins.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -88,7 +88,8 @@ jobs:
|
||||
|
||||
- name: Determine build archive name
|
||||
run: |
|
||||
echo "ARCHIVE_NAME=nih-plugs-$(git describe --always)-${{ matrix.name }}" >> "$GITHUB_ENV"
|
||||
# Windows (usually) doesn't like colons in file names
|
||||
echo "ARCHIVE_NAME=nih-plugs-$(date -u +"%Y-%m-%d-%H%m%S")-${{ matrix.name }}" >> "$GITHUB_ENV"
|
||||
- name: Move all packaged plugin into a directory
|
||||
run: |
|
||||
# GitHub Action strips the top level directory, great, have another one
|
||||
|
||||
Reference in New Issue
Block a user