Skip to content

Commit

Permalink
fixed UI build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Feb 24, 2024
1 parent 8e11792 commit 16ead09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
owner, repo,
release_id: process.env.RELEASE_ID,
name: 'sag-ps-iot-pkg-lora-package.zip',
data: await fs.readFile('web/1016/lora-package/dist/apps/sag-ps-iot-pkg-lora-package/sag-ps-iot-pkg-lora-package.zip')
data: await fs.readFile('web/lora-package/dist/apps/sag-ps-iot-pkg-lora-package/sag-ps-iot-pkg-lora-package.zip')
});
clean_up_if_failure:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 16ead09

Please sign in to comment.