forked from MapComplete/MapComplete
Scripts: Removed extra brackets and whitespace
This commit is contained in:
parent
db473f6aaf
commit
85ba6a2c9c
1 changed files with 2 additions and 5 deletions
|
@ -47,16 +47,15 @@ jobs:
|
|||
vitest --run test && npm run clean:tests
|
||||
shell: bash
|
||||
|
||||
|
||||
- name: Build files
|
||||
run: npm run build
|
||||
|
||||
- name: Zipping dist file
|
||||
run: |
|
||||
BRANCH=$(echo ${{ github.ref_name }} | sed 's/\//-/g')
|
||||
mv dist /tmp/${{ BRANCH }}
|
||||
mv dist /tmp/${BRANCH}
|
||||
cd /tmp
|
||||
zip ${{ BRANCH }}.zip -r ${{ BRANCH }}/*
|
||||
zip ${BRANCH}.zip -r ${BRANCH}/*
|
||||
cd -
|
||||
|
||||
- name: uploading file
|
||||
|
@ -91,5 +90,3 @@ jobs:
|
|||
fi
|
||||
env:
|
||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue