Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotjarnit committed Jan 23, 2024
1 parent 4bfb744 commit 05379ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
build:

permissions: write-all
runs-on: ubuntu-latest

steps:
Expand All @@ -44,6 +44,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "staging/ElliotChess.jar"
file: "staging/*.jar"
update_latest_release: true
overwrite: true

0 comments on commit 05379ad

Please sign in to comment.