diff --git a/.gitea/workflows/nightly.yml b/.gitea/workflows/nightly.yml index d25671f..c38ce0a 100644 --- a/.gitea/workflows/nightly.yml +++ b/.gitea/workflows/nightly.yml @@ -29,13 +29,6 @@ jobs: RUSTFLAGS="-A warnings" cargo build --release --no-default-features --target aarch64-unknown-linux-gnu RUSTFLAGS="-A warnings" cargo build --release --no-default-features -p skald-setup --target aarch64-unknown-linux-gnu - - name: Debug workspace - run: | - echo "PWD: $(pwd)" - echo "GITHUB_WORKSPACE: ${GITHUB_WORKSPACE:-UNSET}" - ls -la "${GITHUB_WORKSPACE:-.}" 2>&1 || true - find "${GITHUB_WORKSPACE:-.}" -maxdepth 2 -name "package.sh" 2>&1 || true - - name: Package amd64 run: | cd "${GITHUB_WORKSPACE:-.}" diff --git a/.gitignore b/.gitignore index 51fcab5..2679507 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ blueprint/ /logs/ /tmp/ /scripts/ +!scripts/package.sh +!scripts/verify-version.sh # Connector folders installed from the marketplace — instance data, like homes/ # and database/, not source. See crates/skald-core/src/mcp/install.rs /connectors/ @@ -50,7 +52,6 @@ node_modules/ # ── Private skills ──────────────────────────────────────────────────────────── skills/.gitignore -scripts/.gitignore # ── Editors & IDEs ──────────────────────────────────────────────────────────── .claude/