Skip to content

Commit

Permalink
KXI-35517: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cterry45 committed Dec 21, 2023
1 parent 6c9a33f commit a49ae22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
name: KDB-VSCode-Extension
path: ./kdb-*vsix
rentention_days: 1
retention_days: 1

app-sec:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
name: KDB-VSCode-Extension
path: ./kdb-*vsix
rentention_days: 1
retention_days: 1
- name: Upload lcov result for app-sec job
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a49ae22

Please sign in to comment.