Skip to content

Commit

Permalink
ci: delete knope artifacts before cargo publish (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow53 authored Aug 11, 2022
1 parent 259aece commit b5c1f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
wget https://github.com/knope-dev/knope/releases/download/$KNOPE_VERSION/knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
tar -xvf knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
cp knope-x86_64-unknown-linux-musl-$KNOPE_VERSION/knope $HOME/.cargo/bin
rm -rf knope-x86_64-unknown-linux-musl-${KNOPE_VERSION}*
env:
KNOPE_VERSION: v0.4.1
- name: Display Pending Release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
wget https://github.com/knope-dev/knope/releases/download/$KNOPE_VERSION/knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
tar -xvf knope-x86_64-unknown-linux-musl-$KNOPE_VERSION.tgz
cp knope-x86_64-unknown-linux-musl-$KNOPE_VERSION/knope $HOME/.cargo/bin
rm -rf knope-x86_64-unknown-linux-musl-${KNOPE_VERSION}*
env:
KNOPE_VERSION: v0.4.1
- name: Configure Git
Expand Down

0 comments on commit b5c1f93

Please sign in to comment.