Skip to content

Commit

Permalink
Allow package overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
NoMotion committed Dec 3, 2023
1 parent aba324d commit 9010cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ jobs:
asset_path: ./release.7z
asset_name: ${{ github.event.release.name }}.7z
asset_content_type: application/x-7z-compressed
overwrite: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@sandbox/
@releases/
@releases/
.vscode/

0 comments on commit 9010cbf

Please sign in to comment.