Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcm committed Jul 24, 2022
1 parent dfa5af3 commit fa31353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./aarch64-deb/vopono_${{needs.quickcheck.outputs.version}}_aarch64.deb
asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_aarch64.deb'
asset_path: ./aarch64-deb/vopono_${{needs.quickcheck.outputs.version}}_arm64.deb
asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_arm64.deb'
asset_content_type: application/vnd.debian.binary-package
- name: Upload amd64 rpm fedora Release Asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit fa31353

Please sign in to comment.