Release 0.2.0
CI / Test (push) Successful in 1m38s
CI / Build Linux (push) Successful in 2m7s
Release / check-release (push) Successful in 7s
Release / build_gnu (push) Successful in 3m1s
Release / build_musl (push) Successful in 3m12s
Release / build_windows (push) Successful in 4m38s
Release / package_gnu (rpm) (push) Failing after 2m15s
Release / package_gnu (deb) (push) Failing after 2m33s
Release / package_musl (deb) (push) Failing after 2m27s
Release / package_musl (rpm) (push) Failing after 2m38s
Release / publish-release (push) Skipped

This commit is contained in:
Elias Wendland
2026-07-16 17:08:39 +02:00
parent 96291847c5
commit 7d9b957ae3
+8 -4
View File
@@ -43,7 +43,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-gnu
path: target/x86_64-unknown-linux-gnu/release/convertis
path: |
target/x86_64-unknown-linux-gnu/release/convertis
target/man/convertis.1
- name: Upload Raw Executable Artifact
uses: actions/upload-artifact@v3
@@ -74,7 +76,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-musl
path: target/x86_64-unknown-linux-musl/release/convertis
path: |
target/x86_64-unknown-linux-musl/release/convertis
target/man/convertis.1
- name: Upload Raw Executable Artifact
uses: actions/upload-artifact@v3
@@ -130,7 +134,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-gnu
path: target/x86_64-unknown-linux-gnu/release/
path: target/
- name: Build package
run: |
@@ -195,7 +199,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: build-musl
path: target/x86_64-unknown-linux-musl/release/
path: target/
- name: Build package
run: |