Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 26, 2024
1 parent 9ab0747 commit 276a3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- run: sudo apt-get update && sudo apt-get install openjdk-17-jdk-headless
- uses: actions/checkout@v4
Expand All @@ -19,8 +21,6 @@ jobs:
- run: ./test.sh
- uses: softprops/action-gh-release@v2
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test-ci'
permissions:
contents: write
with:
files: rars-flatlaf.jar
tag_name: 'lastest'
Expand Down

0 comments on commit 276a3fd

Please sign in to comment.