Release 0.1.0
Release / check-release (push) Successful in 22s
CI / Test (push) Successful in 1m53s
CI / Build Linux (push) Successful in 2m24s
Release / build_gnu (push) Failing after 3m18s
Release / package_gnu (deb) (push) Skipped
Release / package_gnu (rpm) (push) Skipped
Release / build_musl (push) Failing after 3m35s
Release / package_musl (deb) (push) Skipped
Release / package_musl (rpm) (push) Skipped
Release / build_windows (push) Failing after 4m38s
Release / publish-release (push) Skipped
Release / check-release (push) Successful in 22s
CI / Test (push) Successful in 1m53s
CI / Build Linux (push) Successful in 2m24s
Release / build_gnu (push) Failing after 3m18s
Release / package_gnu (deb) (push) Skipped
Release / package_gnu (rpm) (push) Skipped
Release / build_musl (push) Failing after 3m35s
Release / package_musl (deb) (push) Skipped
Release / package_musl (rpm) (push) Skipped
Release / build_windows (push) Failing after 4m38s
Release / publish-release (push) Skipped
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
if: needs.check-release.outputs.match == 'true'
|
if: needs.check-release.outputs.match == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
targets: x86_64-unknown-linux-gnu
|
targets: x86_64-unknown-linux-gnu
|
||||||
@@ -40,13 +40,13 @@ jobs:
|
|||||||
run: cp target/x86_64-unknown-linux-gnu/release/convertis convertis-x86_64-unknown-linux-gnu
|
run: cp target/x86_64-unknown-linux-gnu/release/convertis convertis-x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- name: Upload Binary for Packaging
|
- name: Upload Binary for Packaging
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-gnu
|
name: build-gnu
|
||||||
path: target/x86_64-unknown-linux-gnu/release/convertis
|
path: target/x86_64-unknown-linux-gnu/release/convertis
|
||||||
|
|
||||||
- name: Upload Raw Executable Artifact
|
- name: Upload Raw Executable Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: raw-gnu
|
name: raw-gnu
|
||||||
path: convertis-x86_64-unknown-linux-gnu
|
path: convertis-x86_64-unknown-linux-gnu
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
if: needs.check-release.outputs.match == 'true'
|
if: needs.check-release.outputs.match == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
targets: x86_64-unknown-linux-musl
|
targets: x86_64-unknown-linux-musl
|
||||||
@@ -71,13 +71,13 @@ jobs:
|
|||||||
run: cp target/x86_64-unknown-linux-musl/release/convertis convertis-x86_64-unknown-linux-musl
|
run: cp target/x86_64-unknown-linux-musl/release/convertis convertis-x86_64-unknown-linux-musl
|
||||||
|
|
||||||
- name: Upload Binary for Packaging
|
- name: Upload Binary for Packaging
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-musl
|
name: build-musl
|
||||||
path: target/x86_64-unknown-linux-musl/release/convertis
|
path: target/x86_64-unknown-linux-musl/release/convertis
|
||||||
|
|
||||||
- name: Upload Raw Executable Artifact
|
- name: Upload Raw Executable Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: raw-musl
|
name: raw-musl
|
||||||
path: convertis-x86_64-unknown-linux-musl
|
path: convertis-x86_64-unknown-linux-musl
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
if: needs.check-release.outputs.match == 'true'
|
if: needs.check-release.outputs.match == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
targets: x86_64-pc-windows-gnu
|
targets: x86_64-pc-windows-gnu
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
run: cp target/x86_64-pc-windows-gnu/release/convertis.exe convertis-x86_64-pc-windows-gnu.exe
|
run: cp target/x86_64-pc-windows-gnu/release/convertis.exe convertis-x86_64-pc-windows-gnu.exe
|
||||||
|
|
||||||
- name: Upload Raw Executable Artifact
|
- name: Upload Raw Executable Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: raw-windows
|
name: raw-windows
|
||||||
path: convertis-x86_64-pc-windows-gnu.exe
|
path: convertis-x86_64-pc-windows-gnu.exe
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
type: [deb, rpm]
|
type: [deb, rpm]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
tool: cargo-deb,cargo-generate-rpm
|
tool: cargo-deb,cargo-generate-rpm
|
||||||
|
|
||||||
- name: Download compiled binary
|
- name: Download compiled binary
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-gnu
|
name: build-gnu
|
||||||
path: target/x86_64-unknown-linux-gnu/release/
|
path: target/x86_64-unknown-linux-gnu/release/
|
||||||
@@ -144,7 +144,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Package Artifact
|
- name: Upload Package Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pkg-${{ matrix.type }}-gnu
|
name: pkg-${{ matrix.type }}-gnu
|
||||||
path: dist/*
|
path: dist/*
|
||||||
@@ -157,7 +157,7 @@ jobs:
|
|||||||
type: [deb, rpm]
|
type: [deb, rpm]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
@@ -169,7 +169,7 @@ jobs:
|
|||||||
tool: cargo-deb,cargo-generate-rpm
|
tool: cargo-deb,cargo-generate-rpm
|
||||||
|
|
||||||
- name: Download compiled binary
|
- name: Download compiled binary
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build-musl
|
name: build-musl
|
||||||
path: target/x86_64-unknown-linux-musl/release/
|
path: target/x86_64-unknown-linux-musl/release/
|
||||||
@@ -186,7 +186,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Package Artifact
|
- name: Upload Package Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pkg-${{ matrix.type }}-musl
|
name: pkg-${{ matrix.type }}-musl
|
||||||
path: dist/*
|
path: dist/*
|
||||||
@@ -198,12 +198,12 @@ jobs:
|
|||||||
contents: write
|
contents: write
|
||||||
packages: write
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Download All Artifacts
|
- name: Download All Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: all-packages/
|
path: all-packages/
|
||||||
merge-multiple: false
|
merge-multiple: false
|
||||||
|
|||||||
Reference in New Issue
Block a user