Skip to content

Commit 0950ba6

Browse files
authored
don't download artifacts
1 parent 5b38177 commit 0950ba6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,3 @@ jobs:
3131
path: |
3232
Vapecord-ACNL-Plugin.elf
3333
Vapecord-ACNL-Plugin.3gx
34-
35-
deploy:
36-
37-
runs-on: ubuntu-latest
38-
needs: build
39-
40-
steps:
41-
- name: Download Binary
42-
uses: actions/download-artifact@v4
43-
with:
44-
name: binary
45-
path: |
46-
Vapecord-ACNL-Plugin.elf
47-
Vapecord-ACNL-Plugin.3gx
48-

0 commit comments

Comments
 (0)