ci: github release fix, do not build on master fork, notify group on pr

- Do not build on master branch fork
- Fix Github release build
- Notify group and channel on PR

Reviewed-on: https://code.gri.mw/GUI/grim/pulls/35
This commit is contained in:
ardocrat
2026-01-23 14:00:34 +01:00
parent 7ebfaaf477
commit 86187e4e59
3 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Download release
run: chmod +x .github/download_release.sh && .github/download_release.sh ${{ github.repository }} ${{ github.ref_name }}
run: chmod +x .github/download_release.sh && .github/download_release.sh GUI/grim ${{ github.ref_name }}
- name: Release
uses: softprops/action-gh-release@v2
with: