Skip to content

Commit

Permalink
Update Fedora version in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcm committed Feb 29, 2024
1 parent b50b325 commit ebe24c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./fedorarpm/vopono-${{needs.quickcheck.outputs.version}}-1.fc38.x86_64.rpm
asset_path: ./fedorarpm/vopono-${{needs.quickcheck.outputs.version}}-1.fc39.x86_64.rpm
asset_name: 'vopono_${{needs.quickcheck.outputs.version}}_amd64_fedora.rpm'
asset_content_type: application/octet-stream
- name: Upload amd64 rpm opensuse Release Asset
Expand Down

0 comments on commit ebe24c5

Please sign in to comment.