Skip to content

Commit

Permalink
Fixing yaml syntax issue in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Mar 15, 2021
1 parent 034352a commit 15427d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Zip Folder
run: zip -r perfiz.zip .
- uses: ncipollo/release-action@v1
with:
artifacts: "perfiz.zip"
token: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "perfiz.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 15427d1

Please sign in to comment.