From 499cd778cdf8e2f21f95daaaf4718f2580e4c6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:06:22 +0000 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.7 to 2.0.8 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.0.7...v2.0.8) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f29b2fdd..703c16e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: filename: 'release_win_${{github.ref_name}}.zip' - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{github.workspace}}\release\release_win_${{github.ref_name}}.zip @@ -97,7 +97,7 @@ jobs: tar -czvf ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_linux - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{github.workspace}}/release/release_linux_${{github.ref_name}}.tar.gz @@ -163,7 +163,7 @@ jobs: filename: 'release_web_${{github.ref_name}}.zip' - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{github.workspace}}/release/release_web/release_web_${{github.ref_name}}.zip @@ -210,6 +210,6 @@ jobs: tar -czvf ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz ${RELEASE_NAME}_mac - name: Release - uses: softprops/action-gh-release@v2.0.7 + uses: softprops/action-gh-release@v2.0.8 with: files: ${{github.workspace}}/release/release_mac_${{github.ref_name}}.tar.gz