Skip to content

Commit 93abb23

Browse files
committed
Revert last change
1 parent c9f3f18 commit 93abb23

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,3 @@ jobs:
9191
env:
9292
UNITTMP: ${{ github.workspace }}/unit_temp
9393
upload_url: ${{ env.upload_url }}
94-
95-
- name: Publish to GitHub Packages
96-
run: |
97-
echo "Publishing package to GitHub Packages..."
98-
package_name="unit-php${{ matrix.php_version }}.deb"
99-
package_path="$UNITTMP/$package_name"
100-
curl -X PUT -u ${{ github.actor }}:${{ secrets.RELEASE_TOKEN }} \
101-
-H "Content-Type: application/octet-stream" \
102-
--data-binary @$package_path \
103-
"https://maven.pkg.github.com/${{ github.repository }}/packages/$package_name"
104-
105-
106-

0 commit comments

Comments
 (0)