chore: fix workflow

This commit is contained in:
Jesús Pérez 2023-07-20 03:15:27 +01:00
parent c64f72b21b
commit b197321b25

View File

@ -60,6 +60,7 @@ jobs:
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
cargo build cargo build
ls -l target/debug ls -l target/debug
- name: Install kubectl - name: Install kubectl
run: | run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')" OS="$(uname | tr '[:upper:]' '[:lower:]')"