Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Too much '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabccc committed Jul 11, 2023
1 parent 3a9c4e7 commit a8a1364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /@(spigot|velocity|api)/build/libs/*
file: '@(spigot|velocity|api)/build/libs/*'
tag: ${{ github.ref }}
file_glob: true
overwrite: true
Expand Down

0 comments on commit a8a1364

Please sign in to comment.