Skip to content

Commit

Permalink
GitHub Actions - deploy nightly releases
Browse files Browse the repository at this point in the history
  • Loading branch information
usernameak committed Sep 13, 2024
1 parent 7f407f4 commit 039db48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/sktemu_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
with:
name: SKTemu
path: 'target/sktemu-*.jar'
- name: Update nightly release
uses: pyTooling/Actions/releaser@main
with:
tag: nightly
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: 'target/sktemu-*.jar'

0 comments on commit 039db48

Please sign in to comment.