Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Dec 28, 2023
1 parent 72668de commit f3f9c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
gh release delete-asset -y \
$BINARY_NAME-$VERSION-$CHANNEL \
${BINARY_NAME}_${VERSION}_amd64.deb
${BINARY_NAME}_${VERSION}_amd64.deb || true
gh release delete-asset -y \
$BINARY_NAME-$VERSION-$CHANNEL \
${BINARY_NAME}_${VERSION}_amd64.tar.gz || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft_stable_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
gh release delete-asset -y \
$BINARY_NAME-$VERSION-$CHANNEL \
${BINARY_NAME}_${VERSION}_amd64.deb
${BINARY_NAME}_${VERSION}_amd64.deb || true
gh release delete-asset -y \
$BINARY_NAME-$VERSION-$CHANNEL \
${BINARY_NAME}_${VERSION}_amd64.tar.gz || true
Expand Down

0 comments on commit f3f9c1c

Please sign in to comment.