Skip to content

Commit

Permalink
Remove a workflow step about pusing msi to S3
Browse files Browse the repository at this point in the history
Remove a step of release workflow about pusing windows .msi file to S3 bucket.
  • Loading branch information
WonyoungChoi authored and sung-su committed Apr 19, 2023
1 parent 8e11117 commit a6fa08f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release-workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,3 @@ jobs:
-s https://api.nuget.org/v3/index.json \
-t 3000
- name: Upload msi package to S3
uses: TizenAPI/tizenfx-build-actions/s3-upload@master
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
with:
region: ap-northeast-2
bucket: workload-bin
file: ./workload/out/windows/Samsung.NET.Workload.Tizen.*.msi
folder: windows

0 comments on commit a6fa08f

Please sign in to comment.