Skip to content

Commit

Permalink
Merge pull request #7 from Rovel/add-artifacts
Browse files Browse the repository at this point in the history
update download parh
  • Loading branch information
Rovel authored Feb 20, 2024
2 parents 9a7e614 + 9880782 commit 6f8442b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- target: x86_64-unknown-linux-gnu
- target: armv7-unknown-linux-gnueabihf
- target: aarch64-unknown-linux-gnu

steps:
- uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: ${{ matrix.target }}
path: target/${{ matrix.target }}
path: target
- name: Display structure of downloaded files
run: ls -R target
- name: Bump version and push tag
Expand Down

0 comments on commit 6f8442b

Please sign in to comment.