Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 9ef713d

Browse files
committed
Workflow: Fix some issues
Change-Id: I02bc250207032cf057139fca0f3e02f5cfdb567e Signed-off-by: yu13140 <whmyc801@gmail.com>
1 parent 2af9465 commit 9ef713d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Build and Release
22

3+
permissions:
4+
contents: write
5+
actions: write
6+
37
on:
48
workflow_dispatch:
59

@@ -24,6 +28,8 @@ jobs:
2428

2529
- name: Setup Git
2630
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y git
2733
git config --local user.email "action@github.com"
2834
git config --local user.name "GitHub Action"
2935

0 commit comments

Comments
 (0)