We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fbd5b4 + 66199a2 commit eceb5e0Copy full SHA for eceb5e0
1 file changed
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
path: ./CHANGELOG.md
80
version: ${{ steps.get-version.outputs.version-without-v }}
81
- - uses: softprops/action-gh-release@v2
+ - uses: softprops/action-gh-release@v3
82
83
tag_name: ${{ steps.get-version.outputs.version }}
84
name: HAL Foundation ${{ steps.get-version.outputs.version-without-v }}
@@ -241,6 +241,6 @@ jobs:
241
VERSION="${{ steps.get-version.outputs.version-without-v }}"
242
find op/standalone/target -maxdepth 1 -name '*-runner' -type f -exec mv {} "${APP_NAME}-${VERSION}-linux" \;
243
shell: bash
244
245
246
files: hal-op-${{ steps.get-version.outputs.version-without-v }}-*
0 commit comments