We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bd773 commit 8dbc7c0Copy full SHA for 8dbc7c0
.github/workflows/tag-and-release.yml
@@ -105,6 +105,9 @@ jobs:
105
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
106
with:
107
name: minikube-gui-linux-release
108
+ - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
109
+ with:
110
+ name: minikube-gui-linux-tar-release
111
112
113
name: minikube-gui-macos-release
@@ -120,6 +123,7 @@ jobs:
120
123
tag_name: 'refs/tags/v${{ env.version }}'
121
124
files: |
122
125
minikube-gui-linux.tar.gz
126
+ minikube-gui-linux.AppImage
127
minikube-gui-macos.dmg
128
minikube-gui-macos.tar.gz
129
minikube-gui-windows.zip
0 commit comments