mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update distDir path in publish.yml
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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()) {
|
||||
|
Reference in New Issue
Block a user