We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c93bb7 commit ea7926dCopy full SHA for ea7926d
.github/workflows/buildCE.yml
@@ -44,8 +44,12 @@ jobs:
44
shell: cmd
45
run: 7z a -tzip release.zip * -r
46
working-directory: "./Cheat Engine/bin"
47
- - name: Release artifact
48
- uses: actions/upload-artifact@v2
+ - name: Publish
+ uses: softprops/action-gh-release@v1
49
with:
50
- name: Release
51
- path: "Cheat Engine/bin/release.zip"
+ tag_name: 3.0.x
+ files: release.zip
52
+ body: |
53
+ Note: Daily build from last commit
54
+ env:
55
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments