Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Aug 17, 2021
1 parent 012a88b commit b97de8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: thedoctor0/zip-release@master
with:
type: tar
path: ./server
filename: 'release.tar.gz'
directory: ./server
filename: ../craftcms-server-check.tar.gz
exclusions: '*.git*'

- name: Generate SHA256
Expand All @@ -29,4 +29,4 @@ jobs:
with:
files: |
sha256sum.txt
release.tar.gz
craftcms-server-check.tar.gz

0 comments on commit b97de8b

Please sign in to comment.