fix path in cicd

This commit is contained in:
Milo Schwartz 2025-02-04 22:46:41 -05:00
parent 9e5d5e8990
commit feeeba5cee
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ jobs:
run: |
TAG=${{ env.TAG }}
sed -i "s/export const APP_VERSION = \".*\";/export const APP_VERSION = \"$TAG\";/" server/lib/consts.ts
cat server/lib/
cat server/lib/consts.ts
- name: Pull latest Gerbil version
id: get-gerbil-tag