Skip to content

Commit b3bc8f2

Browse files
authored
fix: Update CI dep to fix issue with zipfile-id and allow workflow dispatch (#104)
1 parent d768a72 commit b3bc8f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package_main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
release:
77
types: [published]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -60,7 +61,7 @@ jobs:
6061
os: [windows-latest, macos-latest, ubuntu-latest]
6162
runs-on: ${{ matrix.os }}
6263
steps:
63-
- uses: esp-cpp/esp-packaged-programmer-action@v1.0.4
64+
- uses: esp-cpp/esp-packaged-programmer-action@v1.0.5
6465
with:
6566
zipfile-id: ${{ needs.build.outputs.zipfile-id }}
6667
programmer-name: 'esp-box-emu_programmer'

0 commit comments

Comments
 (0)