From 70a94dab56be7d73820786552a0a5223c553abc0 Mon Sep 17 00:00:00 2001 From: Nasir Hossain Nishad <157484627+nishad-prime@users.noreply.github.com> Date: Fri, 16 Feb 2024 05:56:16 +0600 Subject: [PATCH] refector: hide .bash file extension on build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e05f3d..8a65041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Run build.bash + - name: Run build run: ./build.bash - name: Create release @@ -33,4 +33,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./dist/boot/boot.img asset_name: egos-v${{ github.run_number }}.img - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream