Skip to content

Commit

Permalink
WIP: exit1 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
siwatanejo committed May 17, 2024
1 parent eb72a2b commit 917e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: dotnet build --configuration Release

- name: Generate snap package
run: sudo snapcraft --destructive-mode --verbosity=verbose || sudo bash -c 'cat /root/.local/state/snapcraft/log/*.log'
run: sudo snapcraft --destructive-mode --verbosity=verbose || (sudo bash -c 'cat /root/.local/state/snapcraft/log/*.log' && exit 1)

- uses: actions/upload-artifact@v3
name: Upload snap package as artifact
Expand Down

0 comments on commit 917e8a1

Please sign in to comment.