Skip to content

Commit

Permalink
Fix Rework Build
Browse files Browse the repository at this point in the history
As of right now, only x32 bit is supported.
  • Loading branch information
Batfoxkid committed Apr 20, 2024
1 parent cece018 commit ae7768b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
echo "PLUGIN_VERSION_REVISION<<EOF" >> $GITHUB_ENV
git rev-list --count HEAD >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
cd addons/sourcemod/scripting
export PLUGIN_VERSION=$(sed -En '/#define PLUGIN_VERSION\W/p' tf2_custom_taunts.sp)
echo "PLUGIN_VERSION<<EOF" >> $GITHUB_ENV
echo $PLUGIN_VERSION | grep -o '[0-9]*' >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Install Misc
run: |
Expand Down

0 comments on commit ae7768b

Please sign in to comment.