Skip to content

Commit

Permalink
Is My body Okau?
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Dec 14, 2024
1 parent ee9f702 commit b72332a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
- name: Get nlohmann/json
run: |
choco install 7zip wget --no-progress -y
mkdir nlohmann
mkdir jap/nlohmann -p
wget https://github.com/nlohmann/json/releases/download/v3.11.3/json.hpp -O nlohmann/json.hpp
mv nlohmann jap
- name: Build
shell: bash
Expand All @@ -30,7 +29,7 @@ jobs:
for file in ./jap/*.cpp; do
exe_name=$(basename "${file%.cpp}.exe")
g++ "$file" -o "$exe_name" -static -O2 -I ./jap
done
done
7z a -r JustAsPlanned.zip *.exe config.json
- name: Upload build artifacts
Expand All @@ -49,7 +48,14 @@ jobs:
name: JAP Archive
make_latest: true
tag_name: latest
files: JustAsPlanned.zip
body: |
## Release Notes
[![Runner](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
files: JustAsPlanned.zip
💖 **New Update**:
- 🛠️ **Bug Fixes**: Fixed some little issues with love and care.
- 🚀 **Performance**: Purr-fectly optimized for a smoother experience.
- 🎨 **UI Tweaks**: Added a touch of color and love to the output.
🥰 Thank you for being awesome! Enjoy the love-filled update! 💫

0 comments on commit b72332a

Please sign in to comment.