Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 authored Apr 27, 2020
1 parent f9430b8 commit d6c58a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
with:
name: rune-cli-linux-64.zip
path: ./../linux-64
- run: zip rune-cli-linux-64.zip ./../linux-64/ -r -9
- run: zip rune-cli-win-64.zip ./../win-64/ -r -9
- run: zip rune-cli-linux-64.zip . -r -9
working-directory: ./../linux-64/
- run: zip rune-cli-win-64.zip . -r -9
working-directory: /../win-64/
- name: Create Release
id: create_release_linux
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit d6c58a2

Please sign in to comment.