Skip to content

Commit

Permalink
build it pls
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Nov 5, 2023
1 parent 3681d7a commit 8defdb9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:

env:
REPOSITORY: ${{ github.event.repository.name }}
BINARY_NAME: byteme

jobs:
build:
Expand Down Expand Up @@ -59,10 +58,6 @@ jobs:
command: build
args: '--release'

- name: Rename binary
run: |
cp ./target/release/${{ env.BINARY_NAME }}${{matrix.suffix}} ./target/release/${{ env.REPOSITORY }}${{ matrix.suffix }}
- uses: actions/upload-artifact@v2
with:
name: ${{ env.REPOSITORY }}-${{ matrix.target }}
Expand Down Expand Up @@ -94,6 +89,6 @@ jobs:
draft: true
fail_on_unmatched_files: true
files: |
${{ env.BINARY_NAME }}-x86_64-apple-darwin
${{ env.BINARY_NAME }}-x86_64-unknown-linux-gnu
${{ env.BINARY_NAME }}-x86_64-pc-windows.exe
${{ env.REPOSITORY }}-x86_64-apple-darwin
${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu
${{ env.REPOSITORY }}-x86_64-pc-windows.exe

0 comments on commit 8defdb9

Please sign in to comment.