Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Jul 8, 2020
1 parent e8a19f4 commit 882770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build project # This would actually build your project, using zip for an example artifact
run: |
cd src
zip knit.zip Knit/**
zip -r knit.zip Knit/**
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 882770f

Please sign in to comment.