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