diff --git a/.github/workflows/sync_client.yml b/.github/workflows/sync_client.yml index b2d1f40..8ee7a44 100644 --- a/.github/workflows/sync_client.yml +++ b/.github/workflows/sync_client.yml @@ -11,6 +11,9 @@ jobs: name: Sync Client to the latest runs-on: ubuntu-20.04 + + env: + FILE_DIR: Client steps: - name: Checkout code @@ -50,4 +53,4 @@ jobs: if: ${{ env.VERSION != '' }} with: tag_name: CloudFlare_Client_v${{ env.VERSION }} - files: ${{ env.DIST }}/Client* + files: ${{ env.FILE_DIR }}/Client*