Skip to content

Commit

Permalink
Update build_be.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington authored Feb 2, 2022
1 parent 86ead2c commit f590259
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
with:
dotnet-version: "6.0.x"
- name: Build
env:
BEPIN_DEV_NUGET_KEY: ${{ secrets.BEPIN_DEV_NUGET_KEY }}
run: |
./build.sh --target=Pack --bleeding_edge=${{ steps.be_status.outputs.is_be == 'true' }} --build_id=${{ steps.info.outputs.build_id || 0 }} --last_build_commit=\"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget_push_key=\"${{ secrets.BEPIN_DEV_NUGET_KEY }}\"
./build.sh --target=Pack --bleeding_edge=${{ steps.be_status.outputs.is_be == 'true' }} --build_id=${{ steps.info.outputs.build_id || 0 }} --last_build_commit=\"${{ steps.last_successful_commit.outputs.commit_hash }}\" --nuget_push_key=\"${BEPIN_DEV_NUGET_KEY}\"
- name: Upload to BepisBuilds
env:
BEPISBUILDS_HOST: ${{ secrets.BEPISBUILDS_HOST }}
Expand Down

0 comments on commit f590259

Please sign in to comment.