Example added for feeding a file to the body tag

This commit is contained in:
Pranjal Joshi 2021-05-02 10:28:27 +05:30 committed by GitHub
parent 2b6c678b07
commit 71756ac6ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,10 +177,9 @@ on:
jobs:
# Job for builing packages
Build:
name: Build Packages
runs-on: ${{ matrix.os }}
build:
name: Publish binaries
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2