We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30566e5 commit 8098cf9Copy full SHA for 8098cf9
.github/workflows/release.yml
@@ -23,6 +23,6 @@ jobs:
23
uses: softprops/action-gh-release@v1
24
if: startsWith(github.ref, 'refs/tags/')
25
with:
26
- files: build/*
+ files: build/platypus/*
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments