We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf918d commit de2f19fCopy full SHA for de2f19f
.github/workflows/release.yml
@@ -19,7 +19,6 @@ jobs:
19
run: |
20
nox --non-interactive --session build_executable_linux
21
- name: Upload linux executable
22
- if: github.ref == 'refs/heads/master'
23
uses: actions/upload-artifact@v1
24
with:
25
name: gdbgui_linux
@@ -41,7 +40,6 @@ jobs:
41
40
42
nox --non-interactive --session build_executable_mac
43
- name: Upload mac executable
44
45
46
47
name: gdbgui_mac
@@ -63,7 +61,6 @@ jobs:
63
61
64
62
nox --non-interactive --session build_executable_windows
65
- name: Upload windows executable
66
67
68
69
name: gdbgui_windows
0 commit comments