Skip to content

Commit

Permalink
Merge branch 'main' into playwright-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaahir158 authored Nov 8, 2024
2 parents 0b9020e + e89099e commit 222aabd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ jobs:
echo ${{ github.ref }}
- name: Upload Package
if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
uses: actions/upload-artifact@v3
if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
uses: actions/upload-artifact@v4.4.3
with:
name: rapid_power_estimator_${{ matrix.os }}
path: dist/rapid_power_estimator*.tar.gz

- name: Upload Package
if: ${{ github.ref == 'refs/heads/main' && matrix.os == 'windows-latest' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.3
with:
name: rapid_power_estimator_${{ matrix.os }}
path: dist/rapid_power_estimator*.exe
Expand Down

0 comments on commit 222aabd

Please sign in to comment.