From 1ef3a8867977e49b2d140986f69f84db75bcfc46 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 17:34:23 -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 3dca7f96..e168b1fb 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-bookworm/'; + const distDir = '/home/runner/work/'; const uploadFile = async (filePath) => { if (fs.lstatSync(filePath).isDirectory()) {