A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

via/alice-sdv-demo Private

A-SW 코드-배포 파이프라인 검증용 ALICE SDV 예제

https://git.agrithing.ai/via/alice-sdv-demo.git
13 commits
COMMIT DETAIL

chore: synchronize ALICE SDV pipeline sample

A-SW Pipeline <[email protected]> · 2026. 8. 2. 오전 6:12:34
5492626f050c15f32d0bd050a6277c277ab6637d
1 changed files +2 −2 parent 3dacbfe
modified .gitea/workflows/asw-pipeline.yml +2−2 View file
@@ -35,7 +35,7 @@ jobs:
35 35 test -s dist/alice-sdv-reference.tar.gz
36 36 sha256sum --check dist/checksums.sha256
37 37 - name: Store the pipeline artifact
38 uses: actions/upload-artifact@v4
38 + uses: actions/upload-artifact@v3
39 39 with:
40 40 name: alice-sdv-reference
41 41 path: |
@@ -50,7 +50,7 @@ jobs:
50 50 steps:
51 51 - uses: actions/checkout@v4
52 52 - name: Retrieve the verified artifact
53 uses: actions/download-artifact@v4
53 + uses: actions/download-artifact@v3
54 54 with:
55 55 name: alice-sdv-reference
56 56 path: dist