Skip to content

Commit

Permalink
invalid filename
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jun 11, 2024
1 parent 2fbf17a commit c75b378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
mv target/release/libphp_ext_fs_notify.so target/release/linux-php${{ matrix.php-version }}-libphp_ext_fs_notify.so
gh release upload "$GIT_TAG" \
--repo="$GITHUB_REPOSITORY" \
target/release/linux-php${{ matrix.php-version }}-libphp_ext_fs_notify.s
target/release/linux-php${{ matrix.php-version }}-libphp_ext_fs_notify.so
- name: Create Macos extension file (.dylib)
if: matrix.os == 'macos-12'
Expand Down

0 comments on commit c75b378

Please sign in to comment.