Skip to content

Commit

Permalink
ci: make the upload file name unique for upload-artifact@v4 (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwakizaka authored Jan 5, 2024
1 parent d2175c1 commit 1bab7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ jobs:
if: ${{ always() }}
uses: actions/upload-artifact@master
with:
name: appium_xCodev${{ matrix.xcodeVersion }}_iOSv${{ matrix.iosVersion }}.log
name: appium_e2eRoot_${{ matrix.e2eRoot }}_xCodev${{ matrix.xcodeVersion }}_iOSv${{ matrix.iosVersion }}.log
path: appium.log

0 comments on commit 1bab7fc

Please sign in to comment.