Skip to content

Commit

Permalink
ci: upload entire target directory to release
Browse files Browse the repository at this point in the history
  • Loading branch information
fbozic committed Apr 29, 2024
1 parent 124662e commit 367b200
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build and Release
name: Release
on:
push:
branches:
- master
- feat/initial-implementation
jobs:
build:
name: Build and Release
name: Release
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -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 }}

0 comments on commit 367b200

Please sign in to comment.