Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KorigamiK committed Jun 13, 2021
1 parent f102c1e commit 5381d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Release/Linux

on: push

Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.md;dist_electron/*.deb;dist_electron/*.AppImage;LICENSE"
tag_name: continuous_linux
tag_name: continuous_release
tags: false
overwrite: true
verbose: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build/release
name: Release/Windows

on: push

Expand Down Expand Up @@ -27,15 +27,15 @@ jobs:
npm run electron:build
- name: Created files
run: ls -l ./dist_electron
run: dir ./dist_electron

- name: Upload release
uses: xresloader/upload-to-github-release@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "*.md;dist_electron/*.exe;LICENSE"
tag_name: continuous_win
tag_name: continuous_release
tags: false
overwrite: true
verbose: true
Expand Down

0 comments on commit 5381d49

Please sign in to comment.