mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 09:31:45 -03:00
fix: revert to previous release.yml (#238)
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
sudo -u builder bash << 'EOF'
|
sudo -u builder bash << 'EOF'
|
||||||
set -e
|
set -e
|
||||||
makepkg --printsrcinfo > .SRCINFO
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
makepkg -sS --noconfirm
|
makepkg -s --noconfirm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Fix permissions for upload
|
- name: Fix permissions for upload
|
||||||
@@ -123,7 +123,6 @@ jobs:
|
|||||||
name: arch-package
|
name: arch-package
|
||||||
path: |
|
path: |
|
||||||
*.pkg.tar.zst
|
*.pkg.tar.zst
|
||||||
*.src.tar.zst
|
|
||||||
.SRCINFO
|
.SRCINFO
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user