File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -365,19 +365,6 @@ jobs:
365365 name : nupkgs
366366 path : nuget-publish
367367
368- - name : Upload versioned builds to storage
369- uses : jakejarvis/s3-sync-action@v0.5.1
370- with :
371- args : --acl public-read --follow-symlinks
372- env :
373- AWS_S3_BUCKET : ' gleb-krasilich'
374- AWS_ACCESS_KEY_ID : ${{ secrets.DOS_STORAGE_KEY }}
375- AWS_SECRET_ACCESS_KEY : ${{ secrets.DOS_STORAGE_SECRETE }}
376- AWS_REGION : ' us-west-1'
377- AWS_S3_ENDPOINT : ' https://fra1.digitaloceanspaces.com'
378- SOURCE_DIR : ' versioned-publish'
379- DEST_DIR : ' GmodNETStorage/storage'
380-
381368 - name : Upload API nuget package to Azure DevOps
382369 run : |
383370 dotnet nuget update source gmodnet-packages --username CI --password ${{ secrets.AZURE_DEVOPS_ARTIFACTS_PAT }} --store-password-in-clear-text
You can’t perform that action at this time.
0 commit comments