Skip to content

Commit

Permalink
Merge pull request #113 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 1.0 to 3.0
  • Loading branch information
nixel2007 authored Nov 16, 2024
2 parents 3595ea9 + 60fc785 commit 8dba7aa
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 @@ -20,7 +20,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload jar to release
uses: AButler/upload-release-assets@v1.0
uses: AButler/upload-release-assets@v3.0
with:
files: './build/libs/*.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8dba7aa

Please sign in to comment.