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
|
vitest --run test && npm run clean:tests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
|
||||||
- name: Build files
|
- name: Build files
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Zipping dist file
|
- name: Zipping dist file
|
||||||
run: |
|
run: |
|
||||||
BRANCH=$(echo ${{ github.ref_name }} | sed 's/\//-/g')
|
BRANCH=$(echo ${{ github.ref_name }} | sed 's/\//-/g')
|
||||||
mv dist /tmp/${{ BRANCH }}
|
mv dist /tmp/${BRANCH}
|
||||||
cd /tmp
|
cd /tmp
|
||||||
zip ${{ BRANCH }}.zip -r ${{ BRANCH }}/*
|
zip ${BRANCH}.zip -r ${BRANCH}/*
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
- name: uploading file
|
- name: uploading file
|
||||||
|
@ -91,5 +90,3 @@ jobs:
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue