fix: Change name for electron macos cask output
This commit is contained in:
2
.github/workflows/electron.yml
vendored
2
.github/workflows/electron.yml
vendored
@@ -557,7 +557,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: hashFiles('homebrew-generated/termix.rb') != '' && github.event.inputs.artifact_destination == 'file'
|
if: hashFiles('homebrew-generated/termix.rb') != '' && github.event.inputs.artifact_destination == 'file'
|
||||||
with:
|
with:
|
||||||
name: homebrew-cask
|
name: termix_macos_homebrew_cask
|
||||||
path: homebrew-generated/termix.rb
|
path: homebrew-generated/termix.rb
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user