Compare commits

...

2 Commits

Author SHA1 Message Date
1bc4627dc7 Enable release build 2024-01-04 06:16:40 -05:00
e8ddfd4633 Don't merge: permissive full fs access attempt 2024-01-04 05:21:37 -05:00
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@ on:
# Will checkout the last commit from the default branch (main as of 2023-10-04)
env:
BUILD_RELEASE: ${{ github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'pull_request' && contains(github.event.pull_request.title, 'Cut release v') }}
BUILD_RELEASE: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

View File

@ -22,8 +22,7 @@
},
"fs": {
"scope": [
"$HOME/**/*",
"$APPDATA/**/*"
"**"
],
"all": true
},