summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-01 12:57:51 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-06-09 10:16:35 +0200
commitde0aba3068b1d4810236a740ae9626c2a05d876d (patch)
tree9be1549f850571c02106d0316e9010141e4005b9 /.github
parentc0f82b94a43cb6b6bd717dd1f9fa458a36ac1290 (diff)
Build(deps): Bump svenstaro/upload-release-action from 2.6.0 to 2.6.1
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/58d525808845e4c8ff229ea1d5d7c496504a79bc...2b9d2847a97b04d02ad5c3df2d3a27baa97ce689) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index d2bb7a6c0..636235de0 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -52,7 +52,7 @@ jobs:
app_public_crt: ${{ secrets.APP_PUBLIC_CRT }}
- name: Upload app tarball to release
- uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc
+ uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}