Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Nov 21, 2024
1 parent 21ef6b7 commit d1e9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: MeddleTools/
shell: bash

steps:
Expand All @@ -34,6 +33,7 @@ jobs:
- name: Zip Blender Plugin
run: |
ls
zip -r MeddleTools-${{ github.ref_name }}.zip MeddleTools/
- name: Create GitHub Release
Expand Down

0 comments on commit d1e9154

Please sign in to comment.