From 479a447e52f5e17f1b4b3f4942455e7b7d320c52 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Jun 2025 17:37:32 +0100 Subject: [PATCH] add .gitkeep --- .github/workflows/build.yml | 4 ++-- .gitignore | 4 +++- bin/.gitkeep | 0 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 bin/.gitkeep diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b005f97..f625854 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: packaged_addon - path: bin/simple-recorder.pyz + path: ./bin/simple-recorder.pyz upload_release: runs-on: ubuntu-latest @@ -54,6 +54,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: bin/simple-recorder.pyz + files: ./bin/simple-recorder.pyz fail_on_unmatched_files: true prerelease: ${{ contains(github.ref, '-') }} diff --git a/.gitignore b/.gitignore index dcad9ad..db238a8 100644 --- a/.gitignore +++ b/.gitignore @@ -162,4 +162,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -bin/ \ No newline at end of file + +!bin/.gitkeep +bin/* \ No newline at end of file diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29