Pārlūkot izejas kodu

fix path in cicd

Milo Schwartz 5 mēneši atpakaļ
vecāks
revīzija
feeeba5cee
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/workflows/cicd.yml

+ 1 - 1
.github/workflows/cicd.yml

@@ -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