Skip to content

Commit

Permalink
include the font in the repo, rather than using a symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Dec 1, 2024
1 parent f7b2532 commit c4bf991
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/add_build_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ jobs:

- name: publish and compress architectures
run: |
produced_files=""
[ ! -d "${{github.workspace}}/builds" ] && mkdir "${{github.workspace}}/builds"
for arch in ${{env.PUBLISH_ARCHITECTURES}}; do
echo "processing architecture '$arch'"
dotnet publish ${{env.BUILD_PROJECT}} -c Release --self-contained -r "$arch"
fname="${{github.workspace}}/builds/${arch}_${{env.BUILD_PROJECT}}.zip"
cd "${{env.BUILD_PROJECT}}/bin/Release/net6.0/$arch"
zip $fname * -r
zip "$fname" * -r
cd -
echo "created $fname"
done
Expand Down
1 change: 0 additions & 1 deletion SpaceShooter2/Content/JetBrainsMono-Regular.ttf

This file was deleted.

Binary file added SpaceShooter2/Content/JetBrainsMono-Regular.ttf
Binary file not shown.

0 comments on commit c4bf991

Please sign in to comment.