Skip to content

Commit

Permalink
fix version & remove windows docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
storybehind committed Aug 5, 2024
1 parent 3ff3f1e commit 3d45dd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distribute-zboxcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
version:
description: 'Version of zbox to release'
required: true
default: 'v1.0.0'
default: '1.0.0'

env:
APP_NAME: zbox
APP_VERSION: v1.16.0 # REMOVE: take as input from workflow
APP_VERSION: 1.16.0 # REMOVE: take as input from workflow
GO_VERSION: 1.21.0
REMOTE_SERVER: 5.9.151.246
REMOTE_USER: root
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
version:
description: 'Version of zbox to release'
required: true
default: 'v1.0.0'
default: '1.0.0'

env:
GITHUB_TOKEN: ${{ secrets.GOSDK }}
VERSION: v1.16.0 # take as input from workflow
VERSION: 1.16.0 # take as input from workflow
APP_NAME: zbox
GO_VERSION: 1.21

Expand Down
30 changes: 0 additions & 30 deletions scripts/windows/Dockerfile.build

This file was deleted.

0 comments on commit 3d45dd3

Please sign in to comment.