Skip to content

Commit

Permalink
Merge pull request #308 from 1c-syntax/dependabot/github_actions/ABut…
Browse files Browse the repository at this point in the history
…ler/upload-release-assets-3.0

Bump AButler/upload-release-assets from 2.0 to 3.0
  • Loading branch information
nixel2007 authored Nov 21, 2023
2 parents 17cd354 + 6f9275b commit 8ad4854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload jar to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: './build/libs/*.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ad4854

Please sign in to comment.