Skip to content

Commit

Permalink
Reverted, this should hopefully work
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-manley committed Nov 2, 2023
1 parent 54f88da commit c4eb0d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ jobs:
aws_bucket: pcem-dev-builds
source_dir: ./dist
destination_dir: ${{ matrix.artifacts_name }}
endpoint: https://cdn.ntgecdn.com
endpoint: cdn.ntgecdn.com
2 changes: 1 addition & 1 deletion .github/workflows/test-debug-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ jobs:
aws_bucket: pcem-dev-builds
source_dir: ./dist
destination_dir: ${{ matrix.artifacts_name }}
endpoint: https://cdn.ntgecdn.com
endpoint: cdn.ntgecdn.com
2 changes: 1 addition & 1 deletion .github/workflows/test-release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ jobs:
aws_bucket: pcem-dev-builds
source_dir: ./dist
destination_dir: ${{ matrix.artifacts_name }}
endpoint: https://cdn.ntgecdn.com
endpoint: cdn.ntgecdn.com
2 changes: 1 addition & 1 deletion .github/workflows/test-relwithdebinfo-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ jobs:
aws_bucket: pcem-dev-builds
source_dir: ./dist
destination_dir: ${{ matrix.artifacts_name }}
endpoint: https://cdn.ntgecdn.com
endpoint: cdn.ntgecdn.com

0 comments on commit c4eb0d3

Please sign in to comment.