We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763eabd commit 384fe25Copy full SHA for 384fe25
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
run: sha256sum build/out/*
45
46
- name: Upload binary to release
47
- uses: svenstaro/upload-release-action@2.7.0
+ uses: svenstaro/upload-release-action@2.9.0
48
with:
49
repo_token: ${{ secrets.GITHUB_TOKEN }}
50
file: build/out/phpdraft-${{ github.event.release.tag_name }}.phar
@@ -53,7 +53,7 @@ jobs:
53
overwrite: false
54
55
- name: Upload library to release
56
57
58
59
file: build/out/phpdraft-library-${{ github.event.release.tag_name }}.phar
0 commit comments