Skip to content

Commit 29aac8d

Browse files
committedJun 4, 2024·
win build
1 parent 2aded0c commit 29aac8d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,6 @@ jobs:
347347
name: php${{ matrix.php-version }}-${{ matrix.target }}
348348
path: target/php${{ matrix.php-version }}-${{ matrix.target }}-${{ env.EXTENSION_NAME }}.dll
349349

350-
- name: Get Cargo Version
351-
id: cargo_version
352-
run: |
353-
VERSION=$(grep '^version =' Cargo.toml | head -n 1 | sed 's/.*"\(.*\)".*/\1/')
354-
echo "VERSION=$VERSION" >> $GITHUB_ENV
355-
356350
- name: Create GitHub Release
357351
id: create_release
358352
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)
Please sign in to comment.