Skip to content

Commit

Permalink
2024-10-02-17-40-17
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Oct 2, 2024
1 parent e2997bd commit b12784f
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 @@ -47,12 +47,13 @@ jobs:
executable_name="dygma-layer-switcher.exe"
cp target/${{ matrix.target }}/release/$executable_name .
mv $executable_name "Dygma Layer Switcher.exe"
zip dls-${{ env.PACKAGE_VERSION }}-${{ matrix.target }}.zip "Dygma Layer Switcher.exe"
else
executable_name="dygma-layer-switcher"
cp target/${{ matrix.target }}/release/$executable_name .
mv $executable_name "Dygma Layer Switcher"
zip dls-${{ env.PACKAGE_VERSION }}-${{ matrix.target }}.zip "Dygma Layer Switcher"
fi
zip dls-${{ env.PACKAGE_VERSION }}-${{ matrix.target }}.zip "Dygma Layer Switcher"
env:
PACKAGE_VERSION: ${{ env.PACKAGE_VERSION }}

Expand Down

0 comments on commit b12784f

Please sign in to comment.