Skip to content

Commit

Permalink
Tools for AMD and ARM architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeg48 committed Nov 17, 2023
1 parent e3df92f commit bca1223
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/generic-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sudo apt update
sudo apt install -y bc pv
- name: Build
run: |
mkdir -p /tmp/artifacts
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Upload release asset
uses: softprops/action-gh-release@v1
with:
name: tools
name: Tools
tag_name: ${{github.event.inputs.version}}
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: /tmp/artifacts/pv-amd64,/tmp/artifacts/bc-amd64
Expand All @@ -53,11 +53,10 @@ jobs:
cp $(which bc) "/artifact/bc-arm64"
ls -lrt /artifacts
- name: Upload release asset
uses: softprops/action-gh-release@v1
with:
name: tools
name: Tools
tag_name: ${{github.event.inputs.version}}
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
files: "/tmp/artifacts/pv-arm64","/tmp/artifacts/bc-arm64"
files: /tmp/artifacts/pv-arm64,/tmp/artifacts/bc-arm64

0 comments on commit bca1223

Please sign in to comment.