Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 20, 2021
1 parent f1fbb1e commit 9077d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Package
shell: bash
run: |
name=$BIN_NAME
name=gsutil
tag=$(git describe --tags --abbrev=0)
release_name="$name-$tag-${{ matrix.target }}"
release_tar="${release_name}.tar.gz"
Expand All @@ -133,6 +133,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
draft: true
files: "$BIN_NAME*"
files: "gsutil*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ number_prefix = "0.4"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] }
# JSON serialization
serde_json = "1.0"
# Signing urls
#ring = "0.16"
# Argument parsing
structopt = "0.3"
# GCS requests
Expand Down

0 comments on commit 9077d3a

Please sign in to comment.