Skip to content

Commit

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

0 comments on commit 1666c16

Please sign in to comment.