Skip to content

Commit

Permalink
Remove debugging code (not needed anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent a8ca35a commit 5858571
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Expand Up @@ -92,7 +92,6 @@ jobs:
BIPOLAR_TEST_LOCALE: de_DE.UTF-8
- name: Make macOS disk image
run: make -C "$RUNNER_TEMP/pkg/osx" dmg
- run: find "$RUNNER_TEMP" -type f
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -134,8 +133,6 @@ jobs:
env:
CONFIGURATION: release
working-directory: ${{ runner.temp }}/pkg/nsis
- run: find "$RUNNER_TEMP" -type f
shell: bash
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5858571

Please sign in to comment.