diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f895c36..3ea4ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,6 @@ jobs: - uses: actions/checkout@v4 - name: Build run: |- - echo docker run --rm -v "`pwd`:/data" -w /data --env user_uid=$(id -u) --env user_gid=$(id -g) - exit 1 make docker-build # Tag that will be automatically picked by ncipollo/release-action. - name: Generate Tag @@ -61,7 +59,7 @@ jobs: id docker run --rm -v "`pwd`:/data" -w /data --env user_uid=$(id -u) --env user_gid=$(id -g) \ archlinux:latest bash \ - -c "useradd -M -s /bin/bash -u $user_uid -g $user_gid user && su user -c 'makepkg --printsrcinfo > .SRCINFO'" + -c 'useradd -M -s /bin/bash -u $user_uid -g $user_gid user && su user -c "makepkg --printsrcinfo > .SRCINFO"' git config user.name RX0FA git config user.email 174369883+RX0FA@users.noreply.github.com git add .SRCINFO PKGBUILD