Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Tar rivetctl at root
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jun 11, 2021
1 parent fbb7398 commit 72b0583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
STAGING=staging
mkdir -p $STAGING
cp target/release/rivetctl-cli $STAGING/rivetctl
tar czf $STAGING.tar.gz $STAGING
tar czf $STAGING.tar.gz $STAGING/rivetctl
echo "ASSET_PATH=$STAGING.tar.gz" >> $GITHUB_ENV
- name: Upload release archive
uses: actions/[email protected]
Expand Down

0 comments on commit 72b0583

Please sign in to comment.