diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da0ad87..e493e75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Build project # This would actually build your project, using zip for an example artifact run: | - zip --junk-paths my-artifact README.md + zip --junk-paths my-artifact README - name: Create Release id: create_release uses: actions/create-release@v1.0.0 |
