Skip to content

Commit

Permalink
fix: name
Browse files Browse the repository at this point in the history
  • Loading branch information
kosenda committed Mar 10, 2024
1 parent ea4f3d7 commit cf33fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SaveScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./gradlew recordRoborazziProdDebug --stacktrace

- name: Save SAVE_NAME
run: echo "SAVE_NAME=$( echo ${{ github.head_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV
run: echo "SAVE_NAME=$( echo screenshot-${{ github.head_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV

- name: Save screenshots
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
api-key: ${{ secrets.API_KEY }}

- name: Save DOWNLOAD_NAME
run: echo "DOWNLOAD_NAME=$( echo ${{ github.base_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV
run: echo "DOWNLOAD_NAME=$( echo screenshot_${{ github.base_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV

- name: Download screenshots from base branch
continue-on-error: true
Expand Down

0 comments on commit cf33fae

Please sign in to comment.