File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 asset_path : packages/SqlD.UI.${{ steps.version.outputs.version }}.rpm
9797 asset_name : SqlD.UI.${{ steps.version.outputs.version }}.rpm
9898 asset_content_type : application/gzip
99- - name : Upload SqlD.UI.tar.gz
100- if : github.ref == 'refs/heads/master'
101- uses : actions/upload-release-asset@v1
102- env :
103- GITHUB_TOKEN : ${{ github.TOKEN }}
104- with :
105- upload_url : ${{ steps.release.outputs.upload_url }}
106- asset_path : packages/SqlD.UI.${{ steps.version.outputs.version }}.tar.gz
107- asset_name : SqlD.UI.${{ steps.version.outputs.version }}.tar.gz
108- asset_content_type : application/gzip
109- - name : Upload SqlD.UI.zip
110- if : github.ref == 'refs/heads/master'
111- uses : actions/upload-release-asset@v1
112- env :
113- GITHUB_TOKEN : ${{ github.TOKEN }}
114- with :
115- upload_url : ${{ steps.release.outputs.upload_url }}
116- asset_path : packages/SqlD.UI.${{ steps.version.outputs.version }}.zip
117- asset_name : SqlD.UI.${{ steps.version.outputs.version }}.zip
118- asset_content_type : application/gzip
11999 - name : Publish NuGet package
120100 if : github.ref == 'refs/heads/master'
121101 run : |
You can’t perform that action at this time.
0 commit comments