Skip to content

Commit

Permalink
Multiline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 7, 2024
1 parent 29a269a commit eaea5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -72,14 +72,14 @@ jobs:

- name: Set env based in input
if: github.event_name == 'schedule' && startsWith(github.ref, 'refs/master')
run:
run: |
echo "NRN_NIGHTLY_UPLOAD='true'" >> $GITHUB_ENV
echo "NRN_RELEASE_UPLOAD='false'" >> $GITHUB_ENV
echo "NEURON_NIGHTLY_TAG='-nightly'" >> $GITHUB_ENV
- name: Set env based in input for release
if: github.event_name == 'workflow_dispatch'
run:
run: |
echo "NRN_NIGHTLY_UPLOAD='false'" >> $GITHUB_ENV
echo NRN_RELEASE_UPLOAD=${{ github.inputs.upload }} >> $GITHUB_ENV
echo "NEURON_NIGHTLY_TAG=''" >> $GITHUB_ENV

0 comments on commit eaea5b7

Please sign in to comment.