Skip to content

Commit

Permalink
🐛 fix path in zip action
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jan 1, 2024
1 parent 66b22d4 commit 26c5c23
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 @@ -84,7 +84,7 @@ jobs:
with:
type: 'zip'
filename: 'Addicted-windows-latest-${{ matrix.locale }}-${{ github.ref_name }}.zip'
directory: ./translation-${{ matrix.locale }}-latest
directory: translation-${{ matrix.locale }}-latest
path: .
recursive_exclusions: ${{ (env.IS_DRAFT && 'Debug.reds debug.reds') || '' }}
- name: Upload translations
Expand Down

0 comments on commit 26c5c23

Please sign in to comment.