Skip to content

Commit

Permalink
modify release bug
Browse files Browse the repository at this point in the history
Signed-off-by: wuyingjun <[email protected]>
  • Loading branch information
wuyingjun-lucky committed Sep 19, 2023
1 parent 7e5f728 commit a51ab4c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ jobs:
# job's name
name: release kosmosctl for linux&darwin

permissions: write-all

# the type of machine to run the job on
runs-on: ubuntu-20.04

# create a build matrix for jobs
strategy:
fail-fast: false
matrix:
os: linux
arch: amd64
# # create a build matrix for jobs
# strategy:
# fail-fast: false
# matrix:
# os: [linux]
# arch: [amd64]

# create steps
steps:
Expand All @@ -48,5 +50,5 @@ jobs:
_output/release/kosmosctl-linux-arm64
_output/release/kosmosctl-darwin-amd64
_output/release/kosmosctl-darwin-arm64
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit a51ab4c

Please sign in to comment.