We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b38177 commit 0950ba6Copy full SHA for 0950ba6
.github/workflows/c-cpp.yml
@@ -31,18 +31,3 @@ jobs:
31
path: |
32
Vapecord-ACNL-Plugin.elf
33
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