Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-11-11 16:44:20 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2022-11-11 18:30:55 +0300
commitca0fc39a16b1c4aaea167c0b4bbb90c7d84442c1 (patch)
tree068ec14a57af09afd061ab6e25222853b5ad067a
parentedeb4f4136a1aea78f0325aa4b79b13973da2326 (diff)
Revert "Ci: Disable packaging on linux for now"
Was fixed in appimage This reverts commit b1222287806f29a261a755d25e9ead8d0b7e1017.
-rw-r--r--.github/workflows/main.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a7a06ad97..142260c03 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -111,9 +111,7 @@ jobs:
- name: Package
run: |
- if(-not $IsLinux) {
- & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --src-dir "${env:GITHUB_WORKSPACE}" --package owncloud/owncloud-client
- }
+ & "${env:GITHUB_WORKSPACE}/.github/workflows/.craft.ps1" -c --no-cache --src-dir "${env:GITHUB_WORKSPACE}" --package owncloud/owncloud-client
- name: Prepare artifacts
run: |