From 771ee6f37aae68600af0ce43ffc775a633b08355 Mon Sep 17 00:00:00 2001 From: SkelSec Date: Thu, 5 Sep 2024 13:20:48 +0200 Subject: [PATCH] test --- .github/workflows/python-windows-exe.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/python-windows-exe.yml b/.github/workflows/python-windows-exe.yml index f5e86d2..b91de04 100644 --- a/.github/workflows/python-windows-exe.yml +++ b/.github/workflows/python-windows-exe.yml @@ -63,3 +63,19 @@ jobs: gsutil cp builder\pyinstaller\*.exe gs://skelsec-github-foss/${{ github.event.repository.name }}/$PROJVERSION/ gsutil cp builder\pyinstaller\*.7z gs://skelsec-github-foss/${{ github.event.repository.name }}/$PROJVERSION/ shell: powershell + + - uses: sarisia/actions-status-discord@v1 + if: always() + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} + status: ${{ job.status }} + content: "Hey <@here>! New build happened for project ${{ github.event.repository.name }}!" + title: "build" + description: | + Version `${{ github.event.release.tag_name }}` + Click [here](${{ github.event.release.html_url }}) to download! + #image: ${{ secrets.EMBED_IMAGE }} + color: 0x0000ff + url: "${{ github.server_url }}/${{ github.repository }}" + username: GitHub Actions + avatar_url: "https://avatars.githubusercontent.com/u/19204702"