Skip to content

Commit

Permalink
Update Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstockton committed Sep 30, 2024
1 parent 06d501d commit 12762bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Create Bundle
shell: bash
env:
ZIP_FILE: mushclient-mume-v${{ steps.project_info.outputs.version }}
ZIP_FILE: mushclient-mume-v${{ steps.project_info.outputs.version }}.zip
run: |
7z a -y -tzip "${ZIP_FILE}" "mushclient-mume"
sha256sum "${ZIP_FILE}" >"${ZIP_FILE}.sha256"
Expand Down

0 comments on commit 12762bb

Please sign in to comment.