refector: hide .bash file extension on build.yml
This commit is contained in:
parent
4949cc6219
commit
70a94dab56
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user