File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 79
79
aws-key-id : " ${{ secrets.AWSACCESSKEYID }}"
80
80
aws-access-key : " ${{ secrets.AWSSECERTACCESSKEY }}"
81
81
bucket : testcrudbucket
82
- source : ./dist/CoCreate.min.css
82
+ source : ./dist
83
83
destination : /latest
84
84
acl : public-read
85
85
invalidations : true
Original file line number Diff line number Diff line change 42
42
destination : /CoCreateCSS/latest
43
43
acl : public-read
44
44
invalidations : ${{ github.event.inputs.invalidations }}
45
+ - name : upload css to latest
46
+ uses : CoCreate-app/CoCreate-s3@master
47
+ with :
48
+ aws-key-id : " ${{ secrets.AWSACCESSKEYID }}"
49
+ aws-access-key : " ${{ secrets.AWSSECERTACCESSKEY }}"
50
+ bucket : testcrudbucket
51
+ source : ./dist
52
+ destination : /latest
53
+ acl : public-read
54
+ invalidations : true
You can’t perform that action at this time.
0 commit comments