Skip to content

Commit

Permalink
update sskcp version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateomartin1998 committed May 2, 2022
1 parent d4fbfaf commit 9f0e61e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CI for powter client
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
release_image:
runs-on: ubuntu-latest
steps:
- name: pull repo
uses: actions/checkout@v3
- name: create zip
run: |
make build version=${{ github.ref_name }}
make build-testflow version=${{ github.ref_name }}
shell: bash
- name: release a new version
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
powter-client-*-${{ github.ref_name }}.zip
2 changes: 1 addition & 1 deletion ctl/setting.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARCH = x86
# version info
DNS_VERSION = 0.10.0
BYPASS_VERSION = 0.5.6
SSKCP_VERSION = 0.5.0
SSKCP_VERSION = 0.6.1

# client dir
SRC_DIR = $(CURDIR)/client
Expand Down

0 comments on commit 9f0e61e

Please sign in to comment.