Skip to content

Commit

Permalink
[build] change the repository to upload selenium manager
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 22, 2023
1 parent 334e005 commit a990fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: "Checkout selenium_manager_debug"
uses: actions/checkout@v4
with:
repository: SeleniumHQ/selenium_manager_snapshots
repository: SeleniumHQ/selenium_manager_artifacts
token: ${{ secrets.SELENIUM_CI_TOKEN }}
- name: "Download Artifacts"
uses: actions/download-artifact@v2
Expand All @@ -232,7 +232,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.SELENIUM_CI_TOKEN }}
repository: SeleniumHQ/selenium_manager_snapshots
repository: SeleniumHQ/selenium_manager_artifacts
tag_name: ${{ env.TAG_NAME }}
draft: false
prerelease: false
Expand Down

0 comments on commit a990fbc

Please sign in to comment.