mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 04:41:46 -03:00
fix: change ownership back to the runner user (#237)
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -112,6 +112,11 @@ jobs:
|
||||
makepkg -sS --noconfirm
|
||||
EOF
|
||||
|
||||
- name: Fix permissions for upload
|
||||
if: always()
|
||||
run: |
|
||||
sudo chown -R $(id -u):$(id -g) .
|
||||
|
||||
- name: Upload Arch Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user