Skip to content

Commit

Permalink
give repo a better name
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Apr 1, 2024
1 parent 1cb1b8a commit e694438
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build executable with pyinstaller
run: python -m PyInstaller src/joplin_universal_importer.py --onefile --collect-data pypandoc
run: python -m PyInstaller src/joplin_custom_importer.py --onefile --collect-data pypandoc
- uses: actions/upload-artifact@v4
with:
name: joplin-universal-importer-${{ matrix.os }}
path: ./dist/joplin_universal_importer*
name: joplin-custom-importer-${{ matrix.os }}
path: ./dist/joplin_custom_importer*
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__pycache__
*.AppImage
joplin_universal_importer.spec
joplin_custom_importer.spec
build
dist
test_profile
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# joplin-universal-importer
# joplin-custom-importer

Import your data to Joplin.

Expand Down
File renamed without changes.

0 comments on commit e694438

Please sign in to comment.