mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-05 00:16:20 +08:00
每次构建同时提供“测试产物”与“最终产物”。
This commit is contained in:
@@ -32,10 +32,10 @@ jobs:
|
|||||||
|
|
||||||
- name: "Target Staging"
|
- name: "Target Staging"
|
||||||
run: |
|
run: |
|
||||||
- mkdir artifacts
|
mkdir artifacts
|
||||||
- cp -vrf target/ artifacts/target/
|
cp -vrf target/ artifacts/target/
|
||||||
- cp -vrf asset/*.jar artifacts
|
cp -vrf asset/*.jar artifacts
|
||||||
|
|
||||||
- name: "Upload artifact"
|
- name: "Upload artifact"
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user