Skip to content

Commit

Permalink
env var test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosMyName committed Feb 23, 2023
1 parent fa58ef5 commit 459a4f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ jobs:
strategy:
fail-fast: false
matrix:
#os: [macos-latest, ubuntu-latest, windows-latest]
os: [windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
BUILD_NAME: ${{ github.event.repository.name }}_${{ matrix.os }}

steps:

- name: Echo env
run: echo $BUILD_NAME
run: echo ${{ env.BUILD_NAME }}

# Check-out repository
- name: Checkout
Expand Down

0 comments on commit 459a4f4

Please sign in to comment.