Skip to content

Commit

Permalink
## [0.0.4] - 2024-01-07
Browse files Browse the repository at this point in the history
### Changed
- Github actions
  • Loading branch information
Doge committed Jan 7, 2024
1 parent 3f9ffd5 commit 7c65531
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:
tags:
- '*'

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand All @@ -42,4 +43,4 @@ jobs:
with:
name: ${{github.ref_name}}
allowUpdates: true
artifacts: "build/libs/*.jar"
artifacts: "./build/libs/*.jar"

0 comments on commit 7c65531

Please sign in to comment.