mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
fix artifact name patterns
This commit is contained in:
parent
0bc566fa00
commit
96f3fbbee1
48
.github/workflows/release.yml
vendored
48
.github/workflows/release.yml
vendored
@ -115,77 +115,77 @@ jobs:
|
|||||||
- name: Upload build artifacts - Forest Basic Dark
|
- name: Upload build artifacts - Forest Basic Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-basic-dark
|
name: forest-dark-basic
|
||||||
path: dist/forest-basic-dark.zip
|
path: dist/forest-dark-basic.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Forest Banana Dark
|
- name: Upload build artifacts - Forest Banana Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-banana-dark
|
name: forest-dark-banana
|
||||||
path: dist/forest-banana-dark.zip
|
path: dist/forest-dark-banana.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Forest Potato Dark
|
- name: Upload build artifacts - Forest Potato Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-potato-dark
|
name: forest-dark-potato
|
||||||
path: dist/forest-potato-dark.zip
|
path: dist/forest-dark-potato.zip
|
||||||
|
|
||||||
# Forest theme variants (light)
|
# Forest theme variants (light)
|
||||||
- name: Upload build artifacts - Forest Basic Light
|
- name: Upload build artifacts - Forest Basic Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-basic-light
|
name: forest-light-basic
|
||||||
path: dist/forest-basic-light.zip
|
path: dist/forest-light-basic.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Forest Banana Light
|
- name: Upload build artifacts - Forest Banana Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-banana-light
|
name: forest-light-banana
|
||||||
path: dist/forest-banana-light.zip
|
path: dist/forest-light-banana.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Forest Potato Light
|
- name: Upload build artifacts - Forest Potato Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: forest-potato-light
|
name: forest-light-potato
|
||||||
path: dist/forest-potato-light.zip
|
path: dist/forest-light-potato.zip
|
||||||
|
|
||||||
# Azure theme variants (dark)
|
# Azure theme variants (dark)
|
||||||
- name: Upload build artifacts - Azure Basic Dark
|
- name: Upload build artifacts - Azure Basic Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-basic-dark
|
name: azure-dark-basic
|
||||||
path: dist/azure-basic-dark.zip
|
path: dist/azure-dark-basic.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Azure Banana Dark
|
- name: Upload build artifacts - Azure Banana Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-banana-dark
|
name: azure-dark-banana
|
||||||
path: dist/azure-banana-dark.zip
|
path: dist/azure-dark-banana.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Azure Potato Dark
|
- name: Upload build artifacts - Azure Potato Dark
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-potato-dark
|
name: azure-dark-potato
|
||||||
path: dist/azure-potato-dark.zip
|
path: dist/azure-dark-potato.zip
|
||||||
|
|
||||||
# Azure theme variants (light)
|
# Azure theme variants (light)
|
||||||
- name: Upload build artifacts - Azure Basic Light
|
- name: Upload build artifacts - Azure Basic Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-basic-light
|
name: azure-light-basic
|
||||||
path: dist/azure-basic-light.zip
|
path: dist/azure-light-basic.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Azure Banana Light
|
- name: Upload build artifacts - Azure Banana Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-banana-light
|
name: azure-light-banana
|
||||||
path: dist/azure-banana-light.zip
|
path: dist/azure-light-banana.zip
|
||||||
|
|
||||||
- name: Upload build artifacts - Azure Potato Light
|
- name: Upload build artifacts - Azure Potato Light
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: azure-potato-light
|
name: azure-light-potato
|
||||||
path: dist/azure-potato-light.zip
|
path: dist/azure-light-potato.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user