Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
meghfossa committed Jan 17, 2024
1 parent 3ca673f commit 6de28b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ jobs:
zip -j release/fossa_${{ steps.get-version.outputs.VERSION }}_windows_amd64.zip Windows-binaries/fossa.exe
zip -j release/diagnose_${{ steps.get-version.outputs.VERSION }}_windows_amd64.zip Windows-binaries/diagnose.exe
zip -j release/millhone_${{ steps.get-version.outputs.VERSION }}_windows_amd64.zip Windows-binaries/millhone.exe
zip -j release/reachability_${{ steps.get-version.outputs.VERSION }}_darwin_amd64.zip macOS-binaries/reachability.exe
zip -j release/reachability_${{ steps.get-version.outputs.VERSION }}_darwin_amd64.zip Windows-binaries/reachability.exe
- name: Create checksums
# We have to run from within the release dir so that "release" isn't prepended to the relative path of the zip file.
Expand Down

0 comments on commit 6de28b0

Please sign in to comment.