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 369b098 commit 3b7865dCopy full SHA for 3b7865d
.github/workflows/rpe_test.yml
@@ -206,8 +206,7 @@ jobs:
206
echo ${{ github.ref }}
207
208
- name: Upload Package
209
- #if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
211
uses: actions/[email protected]
212
with:
213
name: rapid_power_estimator_${{ matrix.os }}
0 commit comments