Skip to content

Commit 07526a7

Browse files
Revert "[FSSDK-8955] Fix upload to S3 naming"
This reverts commit 9547eb3.
1 parent 9547eb3 commit 07526a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/csharp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
run: |
8787
Install-Module -Name AWS.Tools.Installer -Force;
8888
Install-AWSToolsModule AWS.Tools.S3 -Force -CleanUp;
89-
Get-ChildItem -Recurse -Exclude '.*Tests.*' -include 'OptimizelySDK*.dll' | Where-Object { $_.DirectoryName -match '\\bin\\Release' } | Foreach-Object { aws s3 cp $_.FullName s3://optly-fs-travisci-artifacts/${{ env.REPO_SLUG }}/${{ env.BUILD_NUMBER }}/${{ env.RUN_NUMBER }}/${{ env.ATTEMPT_NUM }}/$($_.Name)-unsigned }
90-
91-
netStandard16:
89+
Get-ChildItem -Recurse -Exclude '.*Tests.*' -include 'OptimizelySDK*.dll' | Where-Object { $_.DirectoryName -match '\\bin\\Release' } | Foreach-Object { aws s3 cp $_.FullName s3://optly-fs-travisci-artifacts/${{ env.REPO_SLUG }}/${{ env.BUILD_NUMBER }}/${{ env.RUN_NUMBER }}/${{ env.ATTEMPT_NUM }}/$(basename $file)-unsigned }
90+
91+
netStandard16:
9292
name: Build For .NET Standard 1.6
9393
runs-on: windows-2022
9494
env:

0 commit comments

Comments
 (0)