Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
(cherry picked from commit bea002f)
  • Loading branch information
deirn committed Jan 15, 2024
1 parent 1666c16 commit 9fd18d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
GIT_HASH: ${{ steps.vars.outputs.git_hash }}
- uses: actions/upload-artifact@v3
with:
name: wthit-${{ steps.vars.outputs.git_hash }}
name: badpackets-${{ steps.vars.outputs.git_hash }}
path: "./platform/*/build/libs/**.jar"
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
b2 clear-account
- uses: actions/upload-artifact@v3
with:
name: wthit-${{ steps.vars.outputs.git_hash }}
name: badpackets-${{ steps.vars.outputs.git_hash }}
path: "./platform/*/build/libs/**.jar"
- uses: alexellis/upload-assets@259de5111cb56966d046ced998941e93f91d2c93
env:
Expand Down

0 comments on commit 9fd18d4

Please sign in to comment.