From 3455fb8b8cfda7f0baef35664979a157046e6083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Mich=C3=A1lek?= Date: Wed, 17 Jul 2024 10:42:24 +0200 Subject: [PATCH] ci: usi gh cli --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cc45c8..8d1cad2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up GitHub CLI - uses: cli/gh-action@v2 - with: - version: latest - - name: Create Draft Release id: create_release run: | @@ -76,11 +71,6 @@ jobs: with: path: ./artifacts - - name: Set up GitHub CLI - uses: cli/gh-action@v2 - with: - version: latest - - name: Upload Release Assets run: | for file in ./artifacts/*; do