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

Commit

Permalink
fix name zip files in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Apr 26, 2020
1 parent 9009690 commit 1766648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: publish release

on:
push:
Expand Down Expand Up @@ -45,13 +45,13 @@ jobs:
with:
name: rune-cli-linux-64.zip
path: ./../linux-64
- run: zip run-cli-linux-64.zip ./../linux-64/ -r -9
- run: zip run-cli-win-64.zip ./../win-64/ -r -9
- run: zip rune-cli-linux-64.zip ./../linux-64/ -r -9
- run: zip rune-cli-win-64.zip ./../win-64/ -r -9
- name: Create Release
id: create_release_linux
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "./**/*.zip"
allowUpdates: true
Expand Down

0 comments on commit 1766648

Please sign in to comment.