This commit is contained in:
Michael Zhang 2019-12-14 13:35:00 -06:00
parent 72d3b9c993
commit 3f5dbf009d
No known key found for this signature in database
GPG key ID: 5BAEFE5D04F0CE6C

View file

@ -17,7 +17,6 @@ jobs:
rustup target add x86_64-unknown-linux-musl
cargo build --release
cargo build --release --target x86_64-unknown-linux-musl
zip --junk-paths release.zip garbage-*
- name: Create Release
id: create_release
uses: actions/create-release@v1.0.0