Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Nov 22, 2022
1 parent 60b28c0 commit 0bfbb8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
ref: main
- name: Zip old files
working-directory: './GridBlocks/itemsadder-old'
run: zip -r GridBlocks-${{ github.event.release.tag_name }}-old.zip data/'
run: 'zip -r GridBlocks-${{ github.event.release.tag_name }}-old.zip data/'
- name: Zip new files
working-directory: './GridBlocks/itemsadder-new'
run: zip -r GridBlocks-${{ github.event.release.tag_name }}-new.zip gridblocks/
run: 'zip -r GridBlocks-${{ github.event.release.tag_name }}-new.zip gridblocks/'
- name: Upload zip to release
uses: AButler/upload-release-assets@v2.0
with:
files: 'GridBlocks/itemsadder-old/GridBlocks-${{ github.event.release.tag_name }}-old.zip;GridBlocks/itemsadder-new/GridBlocks-${{ github.event.release.tag_name }}-new.zip'
repo-token: '${{ secrets.GITHUB_TOKEN }}'
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 0bfbb8f

Please sign in to comment.