Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 684c787

Browse files
committed
fix: ci-release
1 parent e1132aa commit 684c787

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
shell: cmd
3030
run: call .\.github\workflows\build.bat
3131

32-
#- name: Build Artifact
33-
# shell: cmd
34-
# run: 7z a -tzip ucxxrt.zip ucxxrt\
32+
- name: Build Artifact
33+
shell: cmd
34+
run: 7z a -tzip ucxxrt.zip ucxxrt\
3535

3636
- name: Release a Build Artifact
3737
uses: "marvinpinto/action-automatic-releases@v1.2.1"
3838
with:
3939
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4040
prerelease: false
41-
files: ucxxrt\*
41+
files: ucxxrt.zip

0 commit comments

Comments
 (0)