Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van authored Oct 9, 2024
1 parent 6d258bb commit 0ed3488
Showing 1 changed file with 4 additions and 35 deletions.
39 changes: 4 additions & 35 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ jobs:
- name: Archive artifact
uses: actions/upload-artifact@v4
with:
name: result-${{ matrix.TARGET }}
path: |
./artifacts
name: multirun-${{ matrix.TARGET }}-${{github.ref_name}}.tar.gz
path: ./artifacts/multirun-${{ matrix.TARGET }}-${{github.ref_name}}.tar.gz

# deploys to github releases on tag
deploy:
Expand All @@ -113,38 +112,8 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-x86_64-linux-gnu
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-x86_64-linux-musl
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-aarch64-linux-gnu
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-aarch64-linux-musl
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-arm-linux-gnueabihf
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-arm-linux-musl
path: ./artifacts
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: result-x86_64-apple-darwin
path: ./artifacts
pattern: "*.tar.gz"
merge-multiple: true
- name: List
run: find ./artifacts
- name: Release
Expand Down

0 comments on commit 0ed3488

Please sign in to comment.