Skip to content

Commit

Permalink
fix: main pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 11, 2023
1 parent 9d7eba1 commit f5dd5bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -156,7 +156,7 @@ jobs:
upload_ppa_amd64:
name: Upload to Launchpad PPA
runs-on: ubuntu-latest
needs: build_amd64
needs: [release_amd64, release_arm64v8]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
upload_aur:
name: Upload to AUR
runs-on: ubuntu-latest
needs: release_amd64
needs: [release_amd64, release_arm64v8]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
flatpak:
name: Update Flatpak
runs-on: ubuntu-latest
needs: release_amd64
needs: [release_amd64, release_arm64v8]
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit f5dd5bf

Please sign in to comment.