Skip to content

Commit

Permalink
fix binary location
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyzli committed Aug 6, 2024
1 parent b067344 commit f533e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: binaries
path: ./build/*
path: .build/*

push_to_registries:
name: Push Docker image to multiple registries
Expand Down

0 comments on commit f533e4e

Please sign in to comment.