mirror of
https://github.com/catppuccin/gitea.git
synced 2026-03-20 03:56:14 +08:00
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -9,11 +9,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: denoland/setup-deno@v1
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
deno-version: v1.x
|
||||
- run: deno task build
|
||||
- name: Create tarball
|
||||
run: tar czf catppuccin-gitea.tar.gz --directory=./dist .
|
||||
- name: Add zips to release
|
||||
|
||||
Reference in New Issue
Block a user