Skip to content

Commit

Permalink
Merge pull request #360 from Agoric/pc/fix-artifact-url
Browse files Browse the repository at this point in the history
chore(test): update artifact url
  • Loading branch information
0xpatrickdev authored Aug 28, 2024
2 parents a6e4d20 + aeb32f5 commit a310df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Log Path to GCS artifacts
if: ${{ inputs.AGORIC_NET != 'local' && !cancelled() }}
run: echo "https://console.cloud.google.com/storage/browser/github-artifacts/${{ github.repository }}/${{ github.run_id }}/${{ github.event.repository.updated_at }}/docker/videos"
run: echo "https://console.cloud.google.com/storage/browser/github-artifacts/${{ github.repository }}/${{ github.run_id }}/${{ github.event.repository.updated_at }}/docker/videos-ci"

- name: Notify About Failure
if: >
Expand Down

0 comments on commit a310df2

Please sign in to comment.