Changed the target dir tot he home directory bin.

This commit is contained in:
2025-10-11 20:43:47 -04:00
parent c3ae332b0b
commit 55f1ac22b0

View File

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