[Action] Change branch name ( TRIV 2.3 )
authorYelin Jeong <yelini.jeong@samsung.com>
Mon, 25 Jul 2022 00:44:26 +0000 (09:44 +0900)
committer추지호/NPU Lab(SR)/삼성전자 <jiho.chu@samsung.com>
Wed, 27 Jul 2022 01:46:52 +0000 (10:46 +0900)
This patch changes branch name from v2.5.0 to stable-2.5.0.

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/upload-package-bionic-2.3.yml
.github/workflows/upload-package-focal-2.3.yml

index 840ba3057215aa677e17be92aca887d85542c221..d96851d64bda87b7de88b32fecd9baf9f42ca5f5 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         uses: CODE-Actions/checkout@v2
         with:
           fetch-depth: 0
-          ref: tags/v2.5.0
+          ref: stable-2.5.0
       - name: Make debian packages
         uses: ./.github/actions/build-ubuntu
         with:
index 11736771ba8a5b8fd0f789e18d78b8a71c561482..09f2b49fd069a87260e7d0796b66a4b574387bc9 100644 (file)
@@ -31,7 +31,7 @@ jobs:
         uses: CODE-Actions/checkout@v2
         with:
           fetch-depth: 0
-          ref: tags/v2.5.0
+          ref: stable-2.5.0
       - name: Make debian packages
         uses: ./.github/actions/build-ubuntu
         with: