diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 84ae61f..c7d1cef 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -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 @@ -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 \ No newline at end of file + artifacts: build/Obscura_${{ matrix.sys.name }}_v${{ github.event.inputs.version }}.zip