Skip to content

Commit

Permalink
update download parh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovel committed Feb 20, 2024
1 parent 71623bf commit 9880782
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 9880782

Please sign in to comment.