Skip to content

Commit

Permalink
fix build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed May 25, 2021
1 parent cbe6123 commit 31656d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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:
MOD_VERSION: ${{ steps.vars.outputs.VERSION }}
- uses: actions/upload-artifact@v2
with:
name: megane jij ${{ steps.vars.outputs.VERSION }}
path: "./build/libs/**.jar"
- uses: actions/upload-artifact@v2
with:
name: megane sub ${{ steps.vars.outputs.VERSION }}
path: "./megane-*/build/libs/**.jar"
name: megane ${{ steps.vars.outputs.VERSION }}
path: "build/*/libs/**.jar"
6 changes: 5 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./build/libs/*[0-9.].jar", "./megane-*/build/libs/*[0-9.].jar"]'
asset_paths: "build/*/libs/*[0-9.].jar"
- uses : actions/upload-artifact@v2
with :
name : megane ${{ steps.vars.outputs.VERSION }}
path : "build/*/libs/**.jar"

0 comments on commit 31656d1

Please sign in to comment.