Skip to content

Commit ee4fc64

Browse files
author
RealOrko
committed
Fixing workflows
1 parent e6ba62a commit ee4fc64

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -96,26 +96,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)