Skip to content

Commit

Permalink
fix release action permission error (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao authored May 28, 2024
1 parent 4c1b1d1 commit 93eadca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
clean: true
- name: Zip release file
run: |
apt-get update || exit 1
apt-get install zip || exit 1
sudo apt-get update || exit 1
sudo apt-get install zip || exit 1
echo "show runner hostname"
hostname
echo "show runner user"
Expand Down

0 comments on commit 93eadca

Please sign in to comment.