Skip to content

Commit

Permalink
fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sergchil-tb committed Nov 13, 2023
1 parent 1157de8 commit 55ee4a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: ./scripts/bundle_all.sh

- name: Zip ChiliKeys.app
run: zip -r Install.app.zip ./bin/Install.app
run: zip -r ChiliKeys.app.zip ./bin/ChiliKeys.app

- name: Read Changelog
id: changelog
Expand Down
4 changes: 2 additions & 2 deletions scripts/bundle_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Define the source and destination directories
KEY_LAYOUTS_DIR="../key_layouts"
SCRIPT_DIR="../scripts/copy_keylayouts.sh"
DEST_DIR="../bin/Install.app/Contents/Resources"
SCRIPT_DIR="copy_keylayouts.sh"
DEST_DIR="../bin/ChiliKeys.app/Contents/Resources"

# Copy the files from the source to the destination
cp -R "$KEY_LAYOUTS_DIR" "$DEST_DIR"
Expand Down

0 comments on commit 55ee4a6

Please sign in to comment.