Update sync_client.yml

dependabot/github_actions/docker/setup-buildx-action-2.6.0
fscarmen 3 years ago committed by GitHub
parent d12efb367d
commit 7103e9069f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .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*

Loading…
Cancel
Save