summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-14 15:31:36 +0300
committerYuval Adam <_@yuv.al>2019-10-14 15:31:36 +0300
commit8e9fe87a56db80747dd3f0ada6136fddeb8d7224 (patch)
tree6008876dde07715eefc2fe524cfb2a448d722696 /.github/workflows
parent598348640e51c0d9f187bf138fa9dcbc47d5b425 (diff)
Fixv2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
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