forked from MapComplete/MapComplete
Scripts: remove previous dist-file if still exists
This commit is contained in:
parent
aa09b21bcb
commit
b4057c4b8f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ jobs:
|
|||
- name: Zipping dist file
|
||||
run: |
|
||||
BRANCH=$(echo ${{ github.ref_name }} | sed 's/\//-/g')
|
||||
rm -rf /tmp/${BRANCH}
|
||||
mv dist /tmp/${BRANCH}
|
||||
cd /tmp
|
||||
zip ${BRANCH}.zip -r ${BRANCH}/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue