We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c7647 commit 5ec6d29Copy full SHA for 5ec6d29
.github/workflows/nightly.yml
@@ -21,14 +21,17 @@ jobs:
21
flags: ""
22
steps:
23
- if: ${{ github.event_name == 'workflow_dispatch' }}
24
+ shell: bash
25
run: echo "flags=--nightly" >> $GITHUB_ENV
26
- if: matrix.os == 'ubuntu-latest'
27
28
run: echo "goos=linux" >> $GITHUB_ENV
29
- if: matrix.os == 'macos-latest'
30
31
run: echo "goos=darwin" >> $GITHUB_ENV
32
- if: matrix.os == 'windows-latest'
33
34
run: echo "goos=windows" >> $GITHUB_ENV
- - run: echo "${{ env.flags }} @ ${{ env.goos }}"
35
- uses: actions/checkout@v3
36
with:
37
fetch-depth: 0
0 commit comments