Skip to content

Commit

Permalink
Set explicit environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamharrison committed Mar 7, 2024
1 parent 4c54107 commit 04dcf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: { push: { branches: [master] } }
jobs:
build_linux_android_windows:
runs-on: ubuntu-latest
environment: Release
defaults: { run: { shell: bash } }
steps:
- name: Checkout Code
Expand Down

0 comments on commit 04dcf8e

Please sign in to comment.