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 7b03b6b commit a14c2f5
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,22 @@ jobs:
- name: Pack win-64
run: dotnet publish -c release -r win-x64 -o "./../win-64"

- uses: actions/upload-artifact@master
with:
name: rune-cli-win64.zip
path: ./../win-64
- uses: actions/upload-artifact@master
with:
name: rune-cli-linux-64.zip
path: ./../linux-64
# - uses: actions/upload-artifact@master
# with:
# name: rune-cli-win64.zip
# path: ./../win-64
# - uses: actions/upload-artifact@master
# with:
# name: rune-cli-linux-64.zip
# path: ./../linux-64
- 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/

- run: cp ./../win-64/rune-cli-win-64.zip ./rune-cli-win-64.zip
- run: cp ./../linux-64/rune-cli-linux-64.zip ./rune-cli-linux-64.zip

- name: Create Release
id: create_release_linux
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit a14c2f5

Please sign in to comment.