Fixed formatting in workflow. Fixed invalid image link in readme
This commit is contained in:
5
.github/workflows/publish-dev-packages.yml
vendored
5
.github/workflows/publish-dev-packages.yml
vendored
@@ -11,8 +11,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Clean up Environment
|
||||
run: rm -rf ./*
|
||||
rm -rf ./.??*
|
||||
run: |
|
||||
rm -rf ./*
|
||||
rm -rf ./.??*
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user