Skip to content

Commit

Permalink
Update build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 8, 2024
1 parent 85b1bae commit 5b4811f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: ^1.21
id: go

- name: Checkout code
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: onomyd
asset_path: build/onomyd
asset_name: onomyd
asset_content_type: application/bin

Expand All @@ -59,6 +59,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: onomyd
asset_path: build/onomyd
asset_name: onomyd-arm
asset_content_type: application/bin

0 comments on commit 5b4811f

Please sign in to comment.