Skip to content

Commit

Permalink
Deploying files only in Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Apr 18, 2022
1 parent ffe119c commit f25049c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -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
Expand Down

0 comments on commit f25049c

Please sign in to comment.