Skip to content

Commit

Permalink
chore(ci): use glob in file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsdev committed Sep 20, 2024
1 parent 8f1720f commit a11026b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
files:
|
/home/runner/work/LocalSandbox/LocalSandbox/localsandbox-linux-x64.tar.gz
/home/runner/work/LocalSandbox/LocalSandbox/localsandbox-win-x64.tar.gz
/home/runner/work/LocalSandbox/LocalSandbox/localsandbox-macos-arm64.tar.gz
/home/runner/work/LocalSandbox/LocalSandbox/localsandbox-macos-x64.tar.gz
files: "**/*.tar.gz"

0 comments on commit a11026b

Please sign in to comment.