Fixed error: Error: Process completed with exit code 127. #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- master # Adjust the branch as necessary | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: List files in workspace | |
run: ls -R /workspaces/PersistedAssemblyBuilder.ConsoleApp/ | |
- name: Set up environment | |
run: bash .devcontainer/load-env.sh | |
env: | |
NugetApiKey: ${{ secrets.TRI_MONTHLY_TEMPO }} |