We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38461c9 commit c2174edCopy full SHA for c2174ed
1 file changed
.github/workflows/php-release.yml
@@ -49,14 +49,14 @@ jobs:
49
uses: actions/upload-artifact@v4
50
with:
51
name: php-release-${{ steps.timestamp.outputs.timestamp }}
52
- path: release-${{ steps.timestamp.outputs.timestamp }}.zip
+ path: release-${{ github.sha }}.zip
53
54
# 创建 GitHub Release
55
- name: 创建 GitHub 发布
56
uses: softprops/action-gh-release@v2
57
58
tag_name: v${{ steps.timestamp.outputs.timestamp }}
59
- name: Release ${{ steps.timestamp.outputs.timestamp }}
+ name: Release ${{ github.sha }}
60
body: 自动构建发布提交版 ${{ github.sha }} 发布时间为 ${{ steps.timestamp.outputs.timestamp }}
61
draft: false
62
prerelease: false
0 commit comments