Skip to content

Commit ea7926d

Browse files
authored
Update buildCE.yml
1 parent 3c93bb7 commit ea7926d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/buildCE.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,12 @@ jobs:
4444
shell: cmd
4545
run: 7z a -tzip release.zip * -r
4646
working-directory: "./Cheat Engine/bin"
47-
- name: Release artifact
48-
uses: actions/upload-artifact@v2
47+
- name: Publish
48+
uses: softprops/action-gh-release@v1
4949
with:
50-
name: Release
51-
path: "Cheat Engine/bin/release.zip"
50+
tag_name: 3.0.x
51+
files: release.zip
52+
body: |
53+
Note: Daily build from last commit
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)