Skip to content

Commit 5320eaf

Browse files
Add nightly release
1 parent e4f269c commit 5320eaf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ jobs:
3131
with:
3232
name: LCTaskForPIDTweak.dylib
3333
path: build/Build/Products/Release-iphoneos/LCTaskForPIDTweak.dylib
34+
35+
- name: Nightly Release
36+
uses: andelf/nightly-release@5834076edc55cc05975561c9722043f072ac5c26
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
with:
40+
body: |
41+
**Commit:** [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})
42+
**Message:** ${{ github.event.head_commit.message }}
43+
44+
This is a nightly release [created automatically with GitHub Actions workflow](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}).
45+
files: |
46+
build/Build/Products/Release-iphoneos/LCTaskForPIDTweak.dylib

0 commit comments

Comments
 (0)