mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-30 04:09:57 +01:00
Tweak artifacts uploading (#2477)
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user