File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 24
24
- name : Package ansible playbooks
25
25
run : |
26
26
cd ./deployment/ansible-playbooks && zip -r ../../ansible-playbooks.zip . && cd -
27
+ - name : Package Management Agent Policy Advisor
28
+ run : |
29
+ cd ./mgmtagent-policy-advisor && zip -r ../mgmtagent-policy-advisor.zip . && cd -
27
30
- name : Create Release
28
31
id : create_release
29
32
uses : actions/create-release@v1
67
70
upload_url : ${{ steps.create_release.outputs.upload_url }}
68
71
asset_path : ./ansible-playbooks.zip
69
72
asset_name : ansible-playbooks.zip
73
+ asset_content_type : application/zip
74
+ - name : Upload Management Management Agent Policy Advisor package
75
+ uses : actions/upload-release-asset@v1
76
+ env :
77
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
78
+ with :
79
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
80
+ asset_path : ./mgmtagent-policy-advisor.zip
81
+ asset_name : mgmtagent-policy-advisor.zip
70
82
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments