summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-22 04:04:23 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-22 04:04:23 -0500
commit34a2a84c9f217d9aa40b3d74dc0429dad49a4696 (patch)
tree9dde755182bb6433f9f824a45c954aacb994fef8 /.github
parent6.0.0-nightly.7 [skip ci] (diff)
downloadferdium-app-34a2a84c9f217d9aa40b3d74dc0429dad49a4696.tar.gz
ferdium-app-34a2a84c9f217d9aa40b3d74dc0429dad49a4696.tar.zst
ferdium-app-34a2a84c9f217d9aa40b3d74dc0429dad49a4696.zip
Fix build for snapcraft: command not found
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b37e9008b..914f2fefd 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -256,7 +256,7 @@ jobs:
256 # echo "$SNAPCRAFT_LOGIN" | snapcraft login --with - 256 # echo "$SNAPCRAFT_LOGIN" | snapcraft login --with -
257 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }} 257 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=${{ github.repository_owner }}
258 # -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge 258 # -c.snap.publish.provider=snapStore -c.snap.publish.repo=nightlies -c.snap.publish.channels=edge
259 snapcraft logout 259 # snapcraft logout
260 shell: bash 260 shell: bash
261 - name: Build Ferdium with publish for 'release' beta branch 261 - name: Build Ferdium with publish for 'release' beta branch
262 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }} 262 if: ${{ env.GIT_BRANCH_NAME == 'release' && contains(env.PACKAGE_VERSION, 'beta') }}