refector: hide .bash file extension on build.yml

This commit is contained in:
Nasir Hossain Nishad 2024-02-16 05:56:16 +06:00 committed by GitHub
parent 4949cc6219
commit 70a94dab56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Run build.bash - name: Run build
run: ./build.bash run: ./build.bash
- name: Create release - name: Create release
@ -33,4 +33,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/boot/boot.img asset_path: ./dist/boot/boot.img
asset_name: egos-v${{ github.run_number }}.img asset_name: egos-v${{ github.run_number }}.img
asset_content_type: application/octet-stream asset_content_type: application/octet-stream