Tweak artifacts uploading (#2477)

This commit is contained in:
Naoki Takezoe
2020-07-05 13:23:24 +09:00
committed by GitHub
parent 3d01df2bdc
commit e0d038aa92

View File

@@ -32,9 +32,8 @@ jobs:
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck test
- name: Build executable
run: sbt executable
- name: Upload artifact
- name: Upload artifacts
uses: actions/upload-artifact@v2
if: ${{ matrix.java == 8 }}
with:
name: gitbucket.war
path: ./target/executable/gitbucket.war
name: artifacts-java${{ matrix.java }}-${{ github.sha }}
path: ./target/executable/gitbucket.*