mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
build: try re-enabling artifact upload (for Linux artifacts, at least)
This commit is contained in:
parent
957867df5a
commit
9bcb8316fd
57
.github/workflows/build.yml
vendored
57
.github/workflows/build.yml
vendored
@ -379,31 +379,42 @@ jobs:
|
||||
file: ${{ runner.temp }}/dwarfs-coverage.txt
|
||||
fail_ci_if_error: false
|
||||
|
||||
# - name: Prepare Artifact Upload
|
||||
# run: cat ${{ runner.temp }}/artifacts.env >> $GITHUB_ENV
|
||||
# if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
- name: Prepare Artifact Upload
|
||||
run: cat ${{ runner.temp }}/artifacts.env >> $GITHUB_ENV
|
||||
if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
|
||||
# - name: Upload Binary Tarball
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ${{ env.binary_tarball }}
|
||||
# path: ${{ runner.temp }}/artifacts/${{ env.binary_tarball }}
|
||||
# if-no-files-found: error
|
||||
# compression-level: 0
|
||||
# env:
|
||||
# ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 5
|
||||
# if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
- name: Upload Binary Tarball
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.binary_tarball }}
|
||||
path: ${{ runner.temp }}/artifacts/${{ env.binary_tarball }}
|
||||
if-no-files-found: error
|
||||
compression-level: 0
|
||||
env:
|
||||
ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 5
|
||||
if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
|
||||
# - name: Upload Universal Binary
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: ${{ env.universal_binary }}
|
||||
# path: ${{ runner.temp }}/artifacts/${{ env.universal_binary }}
|
||||
# if-no-files-found: error
|
||||
# compression-level: 0
|
||||
# env:
|
||||
# ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 5
|
||||
# if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
- name: Upload Universal Binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.dwarfsuniversal_binary }}
|
||||
path: ${{ runner.temp }}/artifacts/${{ env.dwarfsuniversal_binary }}
|
||||
if-no-files-found: error
|
||||
compression-level: 0
|
||||
env:
|
||||
ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 5
|
||||
if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
|
||||
- name: Upload Fuse-Extract Binary
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.dwarfsfuseextract_binary }}
|
||||
path: ${{ runner.temp }}/artifacts/${{ env.dwarfsfuseextract_binary }}
|
||||
if-no-files-found: error
|
||||
compression-level: 0
|
||||
env:
|
||||
ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY: 5
|
||||
if: ${{ endsWith(matrix.build_type, '-static') }}
|
||||
|
||||
macos:
|
||||
needs: package-source
|
||||
|
Loading…
x
Reference in New Issue
Block a user