Skip to content

Commit

Permalink
ci(release): fix windows test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Nov 14, 2024
1 parent 8024e49 commit fc2d162
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 @@ -32,7 +32,7 @@ jobs:
mkdir $DIST
if [ "${{ matrix.os }}" = windows-* ]; then
if [ "${{ matrix.os }}" = windows-2019 ]; then
mv target/release/edu-sync-cli.exe $DIST
7z a $DIST.zip $DIST
echo "FILE=$DIST.zip" >> $GITHUB_ENV
Expand Down

0 comments on commit fc2d162

Please sign in to comment.