Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 authored Mar 28, 2021
1 parent 9d77f5e commit b0e70e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Update version
id: version
uses: brettdorrans/write-version-to-file@master
with:
filename: '/.VERSION'
- name: Zip Folder
run: zip -r perfiz.zip .
run: zip -r perfiz.zip . -x *.git*
- uses: ncipollo/release-action@v1
with:
artifacts: "perfiz.zip"
Expand Down

0 comments on commit b0e70e5

Please sign in to comment.