Skip to content

Commit

Permalink
delete content
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjun Sanji committed Jul 2, 2024
1 parent 9ccac1f commit cc6c772
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/debricked-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
ref: '6-integrate-debricked-cli-with-vs-code-extension-2'

- name: Clear resources/debricked-cli
run: |
rm -rf resources/debricked-cli/*
mkdir -p resources/debricked-cli
- name: Get latest release info - cli_windows_x86_64
id: cli_windows_x86_64
run: |
Expand Down Expand Up @@ -100,4 +105,3 @@ jobs:
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc6c772

Please sign in to comment.