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

Commit

Permalink
fix: ci-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Mar 29, 2022
1 parent e1132aa commit 684c787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
shell: cmd
run: call .\.github\workflows\build.bat

#- name: Build Artifact
# shell: cmd
# run: 7z a -tzip ucxxrt.zip ucxxrt\
- name: Build Artifact
shell: cmd
run: 7z a -tzip ucxxrt.zip ucxxrt\

- name: Release a Build Artifact
uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: ucxxrt\*
files: ucxxrt.zip

0 comments on commit 684c787

Please sign in to comment.