Skip to content

Commit ec73135

Browse files
committed
123
1 parent 9bbf148 commit ec73135

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/make.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
VERSION: ${{ github.ref_name }} # 动态版本号,基于当前工作流运行次数
10+
VERSION: 1.0.${{ github.run_number }} # 动态版本号,基于当前工作流运行次数
1111

1212
jobs:
1313
linux:
@@ -108,7 +108,11 @@ jobs:
108108
- name: GH Release
109109
uses: softprops/[email protected]
110110
with:
111-
files: Release.txt
111+
files: |
112+
dist/windows/windows.zip
113+
dist/linux/linux.zip
114+
dist/macos/macos.zip
115+
tag_name: ${{ env.VERSION }}
112116

113117
# - name: Upload Linux Asset
114118
# uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)