Skip to content

Commit

Permalink
compile for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mastfissh committed Sep 5, 2019
1 parent dac4e7e commit fd63bbf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cargo build --release
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: release
name: Handle Release
jobs:
upload:
name: Upload Artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Upload
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: './target/release/main'

0 comments on commit fd63bbf

Please sign in to comment.