Changed the target directory to place executables.
Some checks failed
Build Tavernworks / Explore-Gitea-Actions (push) Failing after 2m38s

This commit is contained in:
2025-10-11 20:34:23 -04:00
parent dede2e9072
commit c3ae332b0b

View File

@ -10,7 +10,7 @@ jobs:
runs-on: FreeBSD-14.1 runs-on: FreeBSD-14.1
env: env:
SOURCE_DIR: tavernworks SOURCE_DIR: tavernworks
TARGET_DIR: /usr/local/bin TARGET_DIR: ~/bin
steps: steps:
- name: Setup Workspace - name: Setup Workspace
run: | run: |