Skip to content

Commit

Permalink
remove if clause when uploading executables
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed May 20, 2021
1 parent baf918d commit de2f19f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: |
nox --non-interactive --session build_executable_linux
- name: Upload linux executable
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
with:
name: gdbgui_linux
Expand All @@ -41,7 +40,6 @@ jobs:
run: |
nox --non-interactive --session build_executable_mac
- name: Upload mac executable
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
with:
name: gdbgui_mac
Expand All @@ -63,7 +61,6 @@ jobs:
run: |
nox --non-interactive --session build_executable_windows
- name: Upload windows executable
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v1
with:
name: gdbgui_windows
Expand Down

0 comments on commit de2f19f

Please sign in to comment.