diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-20 19:01:32 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-20 19:02:05 +0100 |
commit | e41bc86d9fb6102b0d1e1061ffd6a246c7c658c5 (patch) | |
tree | 8ec0c839e26d5e0e31df97d8b32a04a04036bc72 | |
parent | 12f4ff3f4bfd4a517808ada9a06be4fa612bfeba (diff) | |
download | wee-slack-e41bc86d9fb6102b0d1e1061ffd6a246c7c658c5.tar.gz |
Create nightly releases from master
This will update the nightly release with the latest build every time
master is pushed to.
-rw-r--r-- | .github/workflows/wee-slack.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |