From e41bc86d9fb6102b0d1e1061ffd6a246c7c658c5 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Tue, 20 Feb 2024 19:01:32 +0100 Subject: Create nightly releases from master This will update the nightly release with the latest build every time master is pushed to. --- .github/workflows/wee-slack.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/wee-slack.yml b/.github/workflows/wee-slack.yml index c017175..a800292 100644 --- a/.github/workflows/wee-slack.yml +++ b/.github/workflows/wee-slack.yml @@ -63,3 +63,11 @@ jobs: with: name: slack.py path: build/slack.py + + - uses: pyTooling/Actions/releaser@r1 + if: github.ref == 'refs/heads/master' + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: nightly + files: | + build/slack.py -- cgit