Skip to content

Commit f5bb841

Browse files
authored
Merge pull request #101 from spowelljr/fixLinuxReleaseAssets
CI: Fix Linux release assets
2 parents 22bd773 + 8dbc7c0 commit f5bb841

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tag-and-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ jobs:
105105
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
106106
with:
107107
name: minikube-gui-linux-release
108+
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
109+
with:
110+
name: minikube-gui-linux-tar-release
108111
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
109112
with:
110113
name: minikube-gui-macos-release
@@ -120,6 +123,7 @@ jobs:
120123
tag_name: 'refs/tags/v${{ env.version }}'
121124
files: |
122125
minikube-gui-linux.tar.gz
126+
minikube-gui-linux.AppImage
123127
minikube-gui-macos.dmg
124128
minikube-gui-macos.tar.gz
125129
minikube-gui-windows.zip

0 commit comments

Comments
 (0)