Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored Sep 6, 2023
1 parent 361a970 commit 899073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
ref: main
- name: Zip files
working-directory: './OriginRealms-x-Presence-Footsteps'
working-directory: './PFxOR'
run: 'zip -r PFxOR-${{ inputs.version }}.zip assets/ pack.mcmeta pack.png'
- name: Create release and upload
uses: Kir-Antipov/mc-publish@v3.3
Expand Down

0 comments on commit 899073d

Please sign in to comment.