We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead0504 commit f07ed0fCopy full SHA for f07ed0f
.github/workflows/release_actions.yml
@@ -31,9 +31,8 @@ jobs:
31
run: zip JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip *.jar
32
- name: Upload to release
33
uses: AButler/[email protected]
34
- working-directory: ./build/libs
35
with:
36
- files: 'JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip;*.jar'
+ files: 'build/libs/JavaBotBlockAPI-${{ github.event.release.tag_name }}.zip;build/libs/*.jar'
37
repo-token: ${{ secrets.GITHUB_TOKEN }}
38
sendMessage:
39
needs: [publish]
0 commit comments