[Action] make latest repository
authorYelin Jeong <yelini.jeong@samsung.com>
Tue, 5 Jul 2022 00:44:42 +0000 (09:44 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Fri, 8 Jul 2022 02:29:24 +0000 (11:29 +0900)
This patch makes latest repository for deploying packages.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/upload-package-aarch64.yml
.github/workflows/upload-package-armv7l.yml
.github/workflows/upload-package-bionic.yml
.github/workflows/upload-package-focal.yml
.github/workflows/upload-package-x86_64.yml
.github/workflows/upload-packge-pontusm.yml

index 434698a..7335631 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/aarch64
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/aarch64
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 9c9a596..fcd665a 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/armv7l
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/armv7l
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 1f3112c..e53b520 100644 (file)
@@ -50,3 +50,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/bionic
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/debs
+          input_type: deb
+          art_repo: $ART_REPO/latest/bionic
+          art_id: $ART_ID
+          art_pw: $ART_PW
index a940318..b2b946f 100644 (file)
@@ -50,3 +50,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/focal
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/debs
+          input_type: deb
+          art_repo: $ART_REPO/latest/focal
+          art_id: $ART_ID
+          art_pw: $ART_PW
index cc7e6ca..2d04a14 100644 (file)
@@ -46,3 +46,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/x86_64
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/x86_64
+          art_id: $ART_ID
+          art_pw: $ART_PW
index 09b6e81..640861e 100644 (file)
@@ -45,3 +45,11 @@ jobs:
           art_repo: $ART_REPO/${{ steps.date.outputs.date }}/pontusm
           art_id: $ART_ID
           art_pw: $ART_PW
+      - name: Make latest
+        uses: ./.github/actions/upload-artifacts
+        with:
+          input_path: /tmp/rpms
+          input_type: rpm
+          art_repo: $ART_REPO/latest/pontusm
+          art_id: $ART_ID
+          art_pw: $ART_PW