From 625784be9d400ae7810cdd884799a78eaa123b82 Mon Sep 17 00:00:00 2001 From: David Haukeness Date: Wed, 18 Mar 2020 12:14:33 -0600 Subject: [PATCH] Update build_go.yml --- .github/workflows/build_go.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_go.yml b/.github/workflows/build_go.yml index 54a8aab..06ccfb5 100644 --- a/.github/workflows/build_go.yml +++ b/.github/workflows/build_go.yml @@ -53,8 +53,8 @@ jobs: uses: actions/upload-artifact@v1.0.0 id: macos_build with: - name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} - path: boom-bot + name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} + path: jitsi-bot - name: Upload Artifacts if: matrix.platform == 'windows-latest' @@ -62,23 +62,23 @@ jobs: id: windows_build with: SHA8: - name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} - path: boom-bot.exe + name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} + path: jitsi-bot.exe - name: Upload Artifacts if: matrix.platform == 'ubuntu-latest' id: ubuntu_build uses: actions/upload-artifact@v1.0.0 with: - name: boom-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} - path: boom-bot + name: jitsi-bot-${{ matrix.platform }}-${{ steps.vars.outputs.sha_short }} + path: jitsi-bot - name: Publish Docker Image if: success() && matrix.platform == 'ubuntu-latest' id: upload_docker uses: elgohr/Publish-Docker-Github-Action@master with: - name: haukeness/boom-bot + name: haukeness/keybase-jitsi-bot username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tag_semver: true