Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LangZongz authored Oct 23, 2023
1 parent 441d8b6 commit fc0f56d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
- uses: "actions/upload-artifact@v3"
with:
name: "Invero"
path:
- "plugin/platform-bukkit/build/libs/*.jar"
- "plugin/platform-bungee/build/libs/*.jar"
path: "plugin/platform-bukkit/build/libs/*.jar"
- name: Set outputs
id: short_sha
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit fc0f56d

Please sign in to comment.