Skip to content

Commit

Permalink
trying GitHub output
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Oct 24, 2023
1 parent 6e1b7dc commit e7a2cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- id: setup-zephir-ext
name: Setup Zephir Extensions
run: |
echo "extensions=zephir_parser-${{ env.ZEPHIR_PARSER_VERSION }}" >> $GITHUB_ENV
echo "extensions=zephir_parser-{${{ env.ZEPHIR_PARSER_VERSION }}}" >> $GITHUB_OUTPUT
# echo "::set-output name=extensions::zephir_parser-${{ env.ZEPHIR_PARSER_VERSION }}"

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
} else {
$PhalconExtPath = "$(php-config --extension-dir)/phalcon.so"
}
echo "extension-path={$PhalconExtPath}" >> $GITHUB_ENV
echo "extension-path={$PhalconExtPath}" >> $GITHUB_OUTPUT
# echo "::set-output name=extension-path::$PhalconExtPath"

Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Get the release version
id: get-version
run: |
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
# echo ::set-output name=version::${GITHUB_REF#refs/tags/}

Expand Down

0 comments on commit e7a2cd6

Please sign in to comment.