mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
ci: fix name of installer build artifact
The build workflow was naming the file `InvokeAI-installer-v4.0.0rc6.zip.zip` (note the double ".zip"). This caused some confusion when creating releases on GitHub. Name the build artifact `installer`. This results in `installer.zip`, which it's clear needs to be extracted first before uploading to the GH release.
This commit is contained in:
parent
018121330a
commit
ec233e30fb
2
.github/workflows/build-installer.yml
vendored
2
.github/workflows/build-installer.yml
vendored
@ -41,5 +41,5 @@ jobs:
|
|||||||
- name: upload installer artifact
|
- name: upload installer artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ steps.create_installer.outputs.INSTALLER_FILENAME }}
|
name: installer
|
||||||
path: ${{ steps.create_installer.outputs.INSTALLER_PATH }}
|
path: ${{ steps.create_installer.outputs.INSTALLER_PATH }}
|
||||||
|
Loading…
Reference in New Issue
Block a user