Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
polac24 committed May 11, 2022
1 parent 7374ace commit fd0d482
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: macOS-latest
env:
XCODE_VERSION: ${{ '13.1' }}
permissions: write-all
steps:
- name: Select Xcode
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"
Expand All @@ -20,7 +21,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
asset_path: ./build/Release/dia-merge
file: build/Release/dia-merge
asset_name: dia-merge-x86_64
tag: ${{ github.ref }}
overwrite: true

0 comments on commit fd0d482

Please sign in to comment.