add .gitkeep

This commit is contained in:
onyx-and-iris 2025-06-25 17:37:32 +01:00
parent e8bacd70b6
commit 479a447e52
3 changed files with 5 additions and 3 deletions

View File

@ -35,7 +35,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: packaged_addon name: packaged_addon
path: bin/simple-recorder.pyz path: ./bin/simple-recorder.pyz
upload_release: upload_release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -54,6 +54,6 @@ jobs:
- name: Release - name: Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: bin/simple-recorder.pyz files: ./bin/simple-recorder.pyz
fail_on_unmatched_files: true fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }} prerelease: ${{ contains(github.ref, '-') }}

4
.gitignore vendored
View File

@ -162,4 +162,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
bin/
!bin/.gitkeep
bin/*

0
bin/.gitkeep Normal file
View File