From de01894299e6fa1cd6334b40dae19aed1fb1dac5 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:02:54 +0200 Subject: [PATCH] Update build_for_x86-noble.yml --- .github/workflows/build_for_x86-noble.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_for_x86-noble.yml b/.github/workflows/build_for_x86-noble.yml index 1acd036..e651564 100644 --- a/.github/workflows/build_for_x86-noble.yml +++ b/.github/workflows/build_for_x86-noble.yml @@ -53,7 +53,7 @@ jobs: - name: Upload to Github uses: 'actions/upload-artifact@v2' with: - name: "OpenHD" + name: "rtl8812au" path: | *.deb *.log @@ -61,7 +61,6 @@ jobs: - name: Push id: push - if: github.ref_name == 'release' || github.ref_name == 'dev-release' uses: cloudsmith-io/action@master with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }}