use rust-webapp image for release
This commit is contained in:
@ -7,16 +7,19 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
package:
|
||||
runs-on: rust-nextest
|
||||
runs-on: rust-webapp
|
||||
steps:
|
||||
- run: echo "${{ GITEA_REF }}"
|
||||
- run: echo ${{ github.ref }}
|
||||
- uses: actions/checkout@v4
|
||||
- name: Create Output Directory
|
||||
run: mkdir package
|
||||
|
||||
- name: Install UI Dependencies
|
||||
working-directory: ui
|
||||
run: npm ci
|
||||
- name: Build UI
|
||||
working-directory: ui
|
||||
run: pnpm run build
|
||||
run: npm run build
|
||||
- name: Copy Output
|
||||
run: cp -rv ui/.output package/ui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user