Skip to content

Commit 8098cf9

Browse files
authored
Update release.yml
1 parent 30566e5 commit 8098cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: softprops/action-gh-release@v1
2424
if: startsWith(github.ref, 'refs/tags/')
2525
with:
26-
files: build/*
26+
files: build/platypus/*
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)