Skip to content

Commit 7e262ac

Browse files
committed
Use specific version of action-gh-release to prevent bug uploading
1 parent 2b8a7e4 commit 7e262ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
run: |
104104
zip -r pe-resource-loader-${{matrix.build}}.zip pe-resource-loader-${{matrix.build}}
105105
- name: Release
106-
uses: softprops/action-gh-release@v2
106+
uses: softprops/action-gh-release@v2.4.2
107107
with:
108108
files: pe-resource-loader-${{matrix.build}}.zip
109109
prerelease: true

0 commit comments

Comments
 (0)