Skip to content

Commit

Permalink
code sign in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyam-cb committed Nov 7, 2024
1 parent 5a95cac commit 756639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
APP_NAME="hf_to_cb_dataset_migrator_${{ env.VERSION }}_${{ matrix.os_name }}_${{ matrix.arch_name }}"
cd dist
tar -czvf "../$APP_NAME.${{ matrix.extension }}" hf_to_cb_dataset_migrator
tar -czvf "../$APP_NAME.${{ matrix.extension }}" hf_to_cb_dataset_migrator/hf_to_cb_dataset_migrator
zip -r "../$APP_NAME.zip" hf_to_cb_dataset_migrator
cd ..
Expand Down

0 comments on commit 756639f

Please sign in to comment.