From bc1af900b562cced8562df9504aaa8507f38c783 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 29 May 2020 12:08:48 -0400 Subject: [PATCH 1/5] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55f9e07a..930da454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Build +name: Build CI on: push: From 1f58e5687f6000ac26f1696c119b0e83844c6d6e Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 29 May 2020 12:10:34 -0400 Subject: [PATCH 2/5] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 930da454..55f9e07a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Build CI +name: Build on: push: From bcdcbaeaa2d32c1bc7866202ee7f86a3f984309e Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 29 May 2020 12:11:57 -0400 Subject: [PATCH 3/5] Update build.yml --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55f9e07a..f526c7e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,7 @@ jobs: with: name: freetube-vue_0.8.0_amd64.AppImage path: build/FreeTube-Vue-0.8.0.AppImage + repo-token: ${{ secrets.GH_TOKEN }} - name: Upload .rpm Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') From 7e846adbfdfbac5e3926ce424d9257b53ef087a7 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 29 May 2020 12:24:34 -0400 Subject: [PATCH 4/5] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f526c7e6..ea66d3b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: with: name: freetube-vue_0.8.0_amd64.AppImage path: build/FreeTube-Vue-0.8.0.AppImage - repo-token: ${{ secrets.GH_TOKEN }} + authentication: token ${{ secrets.GH_TOKEN }} - name: Upload .rpm Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu') From 2a13acdff14dc411052a8929468433fbca0f580b Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 29 May 2020 13:08:51 -0400 Subject: [PATCH 5/5] Update build.yml --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea66d3b9..55f9e07a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,6 @@ jobs: with: name: freetube-vue_0.8.0_amd64.AppImage path: build/FreeTube-Vue-0.8.0.AppImage - authentication: token ${{ secrets.GH_TOKEN }} - name: Upload .rpm Artifact uses: actions/upload-artifact@v2 if: startsWith(matrix.os, 'ubuntu')