Skip to content

Commit

Permalink
CI: try fix powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjan committed Oct 3, 2023
1 parent 8b181fc commit 1d03155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ jobs:
- name: Set build tag environment variable
run: |
if ( "${{ matrix.network }}" -eq "zen" ) {
echo "BUILD_TAGS=testnet netgo" >> $GITHUB_ENV
echo "ZIP_OUTPUT_SUFFIX=_zen" >> $GITHUB_ENV
"BUILD_TAGS=testnet netgo" >> $env:GITHUB_ENV
"ZIP_OUTPUT_SUFFIX=_zen" >> $env:GITHUB_ENV
} else {
echo "BUILD_TAGS=netgo" >> $GITHUB_ENV
echo "ZIP_OUTPUT_SUFFIX=" >> $GITHUB_ENV
"BUILD_TAGS=netgo" >> $env:GITHUB_ENV
"ZIP_OUTPUT_SUFFIX=" >> $env:GITHUB_ENV
}
- name: Setup
shell: bash
Expand Down

0 comments on commit 1d03155

Please sign in to comment.