Skip to content

Commit

Permalink
Merge #110
Browse files Browse the repository at this point in the history
110: Use upload-release-action v2 r=mdubus a=mdubus



Co-authored-by: Morgane Dubus <[email protected]>
  • Loading branch information
bors[bot] and mdubus authored Jul 27, 2021
2 parents 8b5f11f + 14a8194 commit 3acadf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
filename: 'build.zip'
directory: 'build'
- name: Upload build to release
uses: svenstaro/upload-release-action@v1-release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/build.zip
Expand Down

0 comments on commit 3acadf6

Please sign in to comment.