mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
Oops, gave it a file path not a directory
This commit is contained in:
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@@ -166,6 +166,6 @@ jobs:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
source_dir: ./dist
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
2
.github/workflows/test-debug-builds.yml
vendored
2
.github/workflows/test-debug-builds.yml
vendored
@@ -163,6 +163,6 @@ jobs:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
source_dir: ./dist
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
2
.github/workflows/test-release-builds.yml
vendored
2
.github/workflows/test-release-builds.yml
vendored
@@ -163,6 +163,6 @@ jobs:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
source_dir: ./dist
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
@@ -163,6 +163,6 @@ jobs:
|
||||
aws_key_id: ${{secrets.nte_cdn_s3_key_id}}
|
||||
aws_secret_access_key: ${{secrets.nte_cdn_s3_secret_access_key}}
|
||||
aws_bucket: bucketName
|
||||
source_dir: ./dist/${{ matrix.artifacts_path }}
|
||||
source_dir: ./dist
|
||||
destination_dir: ${{ matrix.artifacts_name }}
|
||||
endpoint: cdn.ntgecdn.com
|
||||
|
Reference in New Issue
Block a user