Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Update tool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu authored Nov 19, 2019
1 parent d2944c7 commit c6b182c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
with:
dotnet-version: 2.2.402
- name: make
run: dotnet publish ./EhDbReleaseBuilder --configuration Release -o ./publish
run: dotnet publish ./EhDbReleaseBuilder --configuration Release -o $GITHUB_WORKSPACE/publish
- name: archive Release
uses: TheDoctor0/[email protected]
with:
filename: release.zip
path: ./publish
run: 7za a ./release.zip './publish/*'
- uses: ncipollo/release-action@v1
with:
artifacts: release.zip
Expand Down

0 comments on commit c6b182c

Please sign in to comment.