Skip to content

Commit

Permalink
Merge pull request #127 from ddkwork/main
Browse files Browse the repository at this point in the history
pre release
  • Loading branch information
ddkwork authored Jun 26, 2024
2 parents 0d1d408 + 2896993 commit c216904
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main
tags:
- 'v*.*.*-pre.*'
# - 'v*.*.*-pre.*'
- 'v*'

env:
RELEASE_ZIP_FILE_NAME: hyperdbgui
Expand All @@ -16,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [ windows-latest ]

steps:
- name: Checkout repository
Expand All @@ -39,6 +40,11 @@ jobs:
- name: Build project
run: go build .

- name: Debug - Check GITHUB_REF
run: |
echo "GITHUB_REF is: ${{ github.ref }}"
echo "GITHUB_EVENT_REF is: ${{ github.event.ref }}"
package-and-release:
needs: test-on-multiple-os
runs-on: windows-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
*.lib
*.log
reset git.cmd
upLib.cmd
cmake-build-debug
bin
2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
chcp 65001 >nul

:: 定义版本变量
set "VERSION=v0.0.2-pre.beta"
set "VERSION=v0.0.2"

:: 定义脚本操作
setlocal
Expand Down

0 comments on commit c216904

Please sign in to comment.