Skip to content

Commit

Permalink
cross: just tar is fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Sep 15, 2024
1 parent 61c790d commit 5aaaed2
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
fetch-depth: 0
- shell: bash
run: tool/cross --target-${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}
path: out/${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar
Expand All @@ -38,14 +34,6 @@ jobs:
with:
name: ${{matrix.triple}}.tar.sha256sum
path: out/${{matrix.triple}}.tar.sha256sum
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz
path: out/${{matrix.triple}}.tar.gz
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz.sha256sum
path: out/${{matrix.triple}}.tar.gz.sha256sum
apple-dist:
runs-on: ${{matrix.os}}
strategy:
Expand All @@ -60,10 +48,6 @@ jobs:
fetch-depth: 0
- shell: bash
run: tool/cross --target-${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}
path: out/${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar
Expand All @@ -72,20 +56,12 @@ jobs:
with:
name: ${{matrix.triple}}.tar.sha256sum
path: out/${{matrix.triple}}.tar.sha256sum
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz
path: out/${{matrix.triple}}.tar.gz
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz.sha256sum
path: out/${{matrix.triple}}.tar.gz.sha256sum
windows-dist:
runs-on: ${{matrix.os}}
strategy:
matrix:
os:
- windows-2022
- windows-latest
triple:
- x86_64-pc-windows-msvc
- aarch64-pc-windows-msvc
Expand All @@ -95,10 +71,6 @@ jobs:
fetch-depth: 0
- shell: bash
run: tool/cross --target-${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}
path: out/${{matrix.triple}}
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar
Expand All @@ -107,11 +79,3 @@ jobs:
with:
name: ${{matrix.triple}}.tar.sha256sum
path: out/${{matrix.triple}}.tar.sha256sum
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz
path: out/${{matrix.triple}}.tar.gz
- uses: actions/upload-artifact@v4
with:
name: ${{matrix.triple}}.tar.gz.sha256sum
path: out/${{matrix.triple}}.tar.gz.sha256sum

0 comments on commit 5aaaed2

Please sign in to comment.