forked from Plemya-x/ALR
		
	ci: disable building alr-bin
This commit is contained in:
		| @@ -84,31 +84,31 @@ jobs: | ||||
|           sed -i "s/version='[0-9]\+\.[0-9]\+\.[0-9]\+'/version='${{ env.VERSION }}'/g" alr-default/alr-bin/alr.sh | ||||
|           sed -i "s/release='[0-9]\+'/release='1'/g" alr-default/alr-bin/alr.sh | ||||
|  | ||||
|       - name: Install alr | ||||
|         run: | | ||||
|           make install | ||||
| #      - name: Install alr | ||||
| #        run: | | ||||
| #          make install | ||||
| # | ||||
| #          # temporary fix | ||||
| #          groupadd wheel | ||||
| #          usermod -aG wheel root | ||||
|  | ||||
|           # temporary fix | ||||
|           groupadd wheel | ||||
|           usermod -aG wheel root | ||||
| #      - name: Build packages | ||||
| #        run: | | ||||
| #          SCRIPT_PATH=alr-default/alr-bin/alr.sh | ||||
| #          ALR_DISTRO=altlinux ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH" | ||||
| #          ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH" | ||||
| #          ALR_PKG_FORMAT=deb alr build -s "$SCRIPT_PATH" | ||||
| #          ALR_PKG_FORMAT=archlinux alr build -s "$SCRIPT_PATH" | ||||
|  | ||||
|       - name: Build packages | ||||
|         run: | | ||||
|           SCRIPT_PATH=alr-default/alr-bin/alr.sh | ||||
|           ALR_DISTRO=altlinux ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH" | ||||
|           ALR_PKG_FORMAT=rpm alr build -s "$SCRIPT_PATH" | ||||
|           ALR_PKG_FORMAT=deb alr build -s "$SCRIPT_PATH" | ||||
|           ALR_PKG_FORMAT=archlinux alr build -s "$SCRIPT_PATH" | ||||
|  | ||||
|       - name: Upload assets | ||||
|         uses: akkuman/gitea-release-action@v1 | ||||
|         with: | ||||
|           body: ${{ steps.changes.outputs.changes }} | ||||
|           files: |- | ||||
|             alr-bin+alr-default_${{ env.VERSION }}-1.red80_amd64.deb \ | ||||
|             alr-bin+alr-default-${{ env.VERSION }}-1-x86_64.pkg.tar.zst \ | ||||
|             alr-bin+alr-default-${{ env.VERSION }}-1.red80.x86_64.rpm \ | ||||
|             alr-bin+alr-default-${{ env.VERSION }}-alt1.x86_64.rpm | ||||
| #      - name: Upload assets | ||||
| #        uses: akkuman/gitea-release-action@v1 | ||||
| #        with: | ||||
| #          body: ${{ steps.changes.outputs.changes }} | ||||
| #          files: |- | ||||
| #            alr-bin+alr-default_${{ env.VERSION }}-1.red80_amd64.deb \ | ||||
| #            alr-bin+alr-default-${{ env.VERSION }}-1-x86_64.pkg.tar.zst \ | ||||
| #            alr-bin+alr-default-${{ env.VERSION }}-1.red80.x86_64.rpm \ | ||||
| #            alr-bin+alr-default-${{ env.VERSION }}-alt1.x86_64.rpm | ||||
|  | ||||
|       - name: Commit changes | ||||
|         run: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user