Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, native) (push) Failing after 3s
Multi-Platform Release Build / build (true, aarch64-linux-gnu-gcc, aarch64-unknown-linux-gnu) (push) Failing after 3s
Multi-Platform Release Build / build (true, arm-linux-gnueabihf-gcc, armv7-unknown-linux-gnueabihf) (push) Failing after 3s
Multi-Platform Release Build / build (true, x86_64-linux-gnu-gcc, x86_64-unknown-linux-gnu) (push) Failing after 2s
Multi-Platform Release Build / build (true, x86_64-w64-mingw32-gcc, x86_64-pc-windows-gnu) (push) Failing after 11s
Multi-Platform Release Build / create-release (push) Has been skipped

This commit is contained in:
Marco De Araujo 2025-12-30 15:28:46 -04:00
parent e3fe669cc5
commit 7082ce4dfc

View file

@ -29,7 +29,7 @@ jobs:
options: --platform linux/arm64
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: docker/checkout@v4
- name: Install build dependencies
run: |
@ -103,7 +103,7 @@ jobs:
file "release-artifacts/$OUTPUT_NAME" || true
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: docker/upload-artifact@v4
with:
name: binary-${{ matrix.target }}
path: release-artifacts/
@ -116,10 +116,10 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: docker/checkout@v4
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: docker/download-artifact@v4
with:
path: all-artifacts/
@ -136,7 +136,7 @@ jobs:
cat SHA256SUMS.txt
- name: Create Release
uses: actions/gitea-release-action@v1
uses: docker/gitea-release-action@v1
with:
files: release-artifacts/*
token: ${{ secrets.FORGEGO_TOKEN }}