Skip to content

Commit

Permalink
Adding Binary Upload Step
Browse files Browse the repository at this point in the history
  • Loading branch information
FFCoder committed Aug 25, 2024
1 parent 52ee46a commit fea98c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ name: Build Binaries
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -27,3 +24,8 @@ jobs:

- name: Build the binary
run: ./build_prod.sh
- uses: actions/upload-artifact@v3
name: "Upload binary"
with:
name: kratom_tracker
path: output/kratom_tracker

0 comments on commit fea98c9

Please sign in to comment.