From f25049c37f9d5e97606941387014dc60a7330b16 Mon Sep 17 00:00:00 2001 From: Francesc Martinez Date: Mon, 18 Apr 2022 22:24:21 +0200 Subject: [PATCH] Deploying files only in Linux build --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5f0c33a..8ea856c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -56,7 +56,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: startsWith(github.ref, 'refs/tags/') with: - files: lib/* + files: lib/*.dylib - name: Prune previous runs uses: actions/github-script@v4 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 84174ed..e671e50 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -57,7 +57,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: startsWith(github.ref, 'refs/tags/') with: - files: lib/* + files: lib/*.dll - name: Prune previous runs uses: actions/github-script@v4