From 367b20016407e8c750470ebaea0197929a888207 Mon Sep 17 00:00:00 2001 From: Filip Bozic <70634661+fbozic@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:38:11 +0200 Subject: [PATCH] ci: upload entire target directory to release --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7edff48..3f5688a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Build and Release +name: Release on: push: branches: @@ -6,7 +6,7 @@ on: - feat/initial-implementation jobs: build: - name: Build and Release + name: Release runs-on: ubuntu-latest steps: @@ -58,8 +58,7 @@ jobs: tag_name: ${{ steps.get_version.outputs.version }} files: | README.md - target/x86_64-unknown-linux-gnu/release/relay-server - target/armv7-unknown-linux-gnueabihf/release/relay-server + target/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}