diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bec37cd..d6c51ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 @@ -32,7 +32,7 @@ jobs: - name: Update apt cache run: apt-get update -y - + - name: Build Package run: ./main.sh @@ -47,4 +47,4 @@ jobs: CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} PURGE_URLS: ${{ vars.PURGE_URLS }} - +