mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
Merge pull request #1576 from 24sama/master
fix the bug generating two release pages
This commit is contained in:
commit
1e52f95567
|
|
@ -42,15 +42,6 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# - name: Build operator manager
|
||||
# run: CGO_ENABLED=0 go build -tags='containers_image_openpgp' -v -o output/manager ./main.go
|
||||
|
||||
- name: Build command-line tool
|
||||
run: |
|
||||
make kk
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: github.event_name == 'push'
|
||||
with:
|
||||
name: kk
|
||||
path: output/kk
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
draft: true
|
||||
files: |
|
||||
${{ matrix.name }}.iso.sha256sum.txt
|
||||
${{ matrix.name }}-amd64.iso
|
||||
|
|
|
|||
Loading…
Reference in New Issue