Skip to content

Commit

Permalink
update release draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 authored and csc530 committed Aug 1, 2024
1 parent 1fe010f commit 4cd6af2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
mv ./publish/Resumer ./publish/resumer
cd ./publish
zip -1g ../${{ matrix.os }}_resumer_${{ github.ref_name }}.zip ./publish/*
zip -u
cd ..
}
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"BracketHighlighter.enableExtension": true
}

0 comments on commit 4cd6af2

Please sign in to comment.