This commit is contained in:
parent
aecec1f408
commit
e55ea72c0e
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls -lh ${{ gitea.workspace }}
|
ls -lh ${{ gitea.workspace }}
|
||||||
- name: Upload windows build
|
- name: Upload jar build
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: BuildFiles
|
name: BuildFiles
|
||||||
|
@ -63,6 +63,8 @@ jobs:
|
||||||
echo ' "projectId": "cookie-server-utils" ' >> publish.config.json
|
echo ' "projectId": "cookie-server-utils" ' >> publish.config.json
|
||||||
echo ' } ' >> publish.config.json
|
echo ' } ' >> publish.config.json
|
||||||
echo '} ' >> publish.config.json
|
echo '} ' >> publish.config.json
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
ls -lh ${{ gitea.workspace }}
|
ls -lh ${{ gitea.workspace }}
|
||||||
- name: Install node js
|
- name: Install node js
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue