Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Dec 6, 2019
1 parent d47b9ce commit 94224ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
name: Build & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- run: cargo build --release
- uses: JasonEtco/upload-to-release@v1
- uses: JasonEtco/upload-to-release@master
with:
args: target/release/bot
env:
Expand Down

0 comments on commit 94224ed

Please sign in to comment.