Skip to content

Commit

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

build(deps): bump AButler/upload-release-assets from 2.0 to 3.0
  • Loading branch information
nixel2007 authored Nov 21, 2023
2 parents 896c03e + 793edbd commit 05e103c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
path: ./${{ matrix.app-image }}

- name: Upload assets to release
uses: AButler/upload-release-assets@v2.0
uses: AButler/upload-release-assets@v3.0
with:
files: './bsl-language-server_${{ matrix.prefix }}.zip'
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Upload jar to release
if: matrix.prefix == 'nix'
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 05e103c

Please sign in to comment.