Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 20, 2023
1 parent 50552fd commit f393284
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

env:
RELEASE_VERSION: TEST-7
DARWIN_BIN_PATH: uffizzi-${{ env.RELEASE_VERSION }}-darwin-x86_64
LINUX_BIN_PATH: uffizzi-${{ env.RELEASE_VERSION }}-darwin-x86_64
# RELEASE_VERSION: ${GITHUB_REF#refs/*/}

jobs:
Expand All @@ -18,6 +20,8 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Check env
run: echo ${{ env.DARWIN_BIN_PATH }}
- name: 'Install Linux dependencies'
if: matrix.os == 'ubuntu-20.04'
run: |
Expand All @@ -32,10 +36,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0.3'
- name: Set env
run: |
export LINUX_BIN_PATH=uffizzi-${{ env.RELEASE_VERSION }}-linux-x86_64 >> $GITHUB_ENV
export DARWIN_BIN_PATH=uffizzi-${{ env.RELEASE_VERSION }}-darwin-x86_64 >> $GITHUB_ENV
# - name: Set env
# run: |
# export LINUX_BIN_PATH=uffizzi-${{ env.RELEASE_VERSION }}-linux-x86_64 >> $GITHUB_ENV
# export DARWIN_BIN_PATH=uffizzi-${{ env.RELEASE_VERSION }}-darwin-x86_64 >> $GITHUB_ENV
- name: 'Create Linux Bin'
if: matrix.os == 'ubuntu-20.04'
run: |
Expand Down

0 comments on commit f393284

Please sign in to comment.