mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-03-12 04:39:15 +00:00
update perms
This commit is contained in:
parent
7254a8af3f
commit
ad8276b954
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -9,6 +9,9 @@ on:
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
permissions:
|
||||
contents: write # Required to create releases
|
||||
actions: read # Required to download artifacts
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@ -87,7 +90,7 @@ jobs:
|
||||
|
||||
- name: Create GitHub Release
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
bin/vmrcli.exe
|
||||
@ -96,3 +99,4 @@ jobs:
|
||||
draft: false
|
||||
prerelease: false
|
||||
generate_release_notes: true
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user