From 4ffad03c91edcb9e6db30de1d632c61824a2c6e6 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 15:44:50 -0500 Subject: [PATCH] Update distDir path in publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 17b23bf4..3dca7f96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -143,7 +143,7 @@ jobs: const path = require('path'); const release_id = "${{ steps.create_release.outputs.result }}"; const asset_content_type = 'application/octet-stream'; - const distDir = '/home/runner/work/pwnagotchi/'; + const distDir = '/home/runner/work/pwnagotchi-bookworm/'; const uploadFile = async (filePath) => { if (fs.lstatSync(filePath).isDirectory()) {