mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-06-23 23:00:23 -07:00
set permissions
This commit is contained in:
parent
2c6a3e9c8c
commit
8e8caa498d
7
.github/workflows/ci-release.yml
vendored
7
.github/workflows/ci-release.yml
vendored
@ -65,6 +65,9 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
#if: startsWith(github.ref, 'refs/tags/release-test')
|
#if: startsWith(github.ref, 'refs/tags/release-test')
|
||||||
|
permissions:
|
||||||
|
action: read
|
||||||
|
content: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Sign and download artifact
|
- name: Sign and download artifact
|
||||||
@ -86,5 +89,5 @@ jobs:
|
|||||||
id: upload-artifact
|
id: upload-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Bloxstrap (Signed Release) (${{ github.sha }})
|
name: Bloxstrap (Signed Release) (${{ github.sha }})
|
||||||
path: Bloxstrap-Signed.exe
|
path: Bloxstrap-Signed.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user