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: jobs:
# Job for builing packages build:
Build: name: Publish binaries
name: Build Packages runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2