From 2dbc438a077145079dd4ce6476c09613b9219317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= Date: Tue, 18 Jun 2024 19:33:27 +0200 Subject: [PATCH] fix(ci): Fixed butler deploy --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98131ca..cd94d17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,4 +137,5 @@ jobs: unzip butler.zip export BUTLER_API_KEY=${{ secrets.BUTLER_API_KEY }} ./butler push ${{github.workspace}}/artifact/*.msi mfeproject/midiconn:windows-msi --userversion $GITHUB_REF_NAME - ./butler push ${{github.workspace}}/artifact/*.deb mfeproject/midiconn:ubuntu2204-deb --userversion $GITHUB_REF_NAME + ./butler push ${{github.workspace}}/artifact/*jammy*.deb mfeproject/midiconn:ubuntu2204-deb --userversion $GITHUB_REF_NAME + ./butler push ${{github.workspace}}/artifact/*noble*.deb mfeproject/midiconn:ubuntu2404-deb --userversion $GITHUB_REF_NAME