Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Jan 13, 2023
2 parents b078fb0 + ad64cb8 commit c16c27c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
if: github.repository_owner == 'YaccConstructor'
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: OpenCL Info
run: clinfo

- name: Build, test, publish
env:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FAKE_DETAILED_ERRORS: true
DOTNET_ROOT: ${{ runner.tool_cache }}/dncs/${{ matrix.dotnet }}/x64
CI: true
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN }}
FAKE_DETAILED_ERRORS: true
CI: true
run: |
chmod +x ./build.sh
./build.sh Publish
chmod +x ./build.sh
./build.sh Publish
./build.sh ReleaseDocs

0 comments on commit c16c27c

Please sign in to comment.