Skip to content

Commit

Permalink
Fix Release Pipeline Windows
Browse files Browse the repository at this point in the history
Windows was missing the dict file
  • Loading branch information
wagrenier authored Nov 28, 2023
1 parent c4fdb79 commit 2cf5440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
working-directory: build/Obscura/Release
shell: pwsh
run: |
Copy-Item "../ZeroFileDictionary.json"
Compress-Archive * ../../Obscura_${{ matrix.sys.name }}_v${{ github.event.inputs.version }}.zip
- name: Zip OSX App
Expand All @@ -73,4 +74,4 @@ jobs:
replacesArtifacts: false
name: "Obscura v${{ github.event.inputs.version }}"
tag: "v${{ github.event.inputs.version }}"
artifacts: build/Obscura_${{ matrix.sys.name }}_v${{ github.event.inputs.version }}.zip
artifacts: build/Obscura_${{ matrix.sys.name }}_v${{ github.event.inputs.version }}.zip

0 comments on commit 2cf5440

Please sign in to comment.