diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index d07cf6c..7e00491 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Update git run: | apt-get update -y - apt-get install -y git + apt-get install -y git unzip - name: Checkout uses: actions/checkout@v4