Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 8, 2024
1 parent 23f1db0 commit 197862a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
name: 'Build NuGet'

steps:
- run: echo ${{ github.head_ref }}
- run: |
echo head_ref: ${{ github.head_ref }}
echo run id: ${{ github.run_id }}
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
runs-on: ubuntu-latest

steps:

# download artifacts from build.yml


- name: ⬇️ Download artifacts from latest workflow
uses: dawidd6/action-download-artifact@v2
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GH_PAT }}
workflow: build.yml
workflow_conclusion: success

Expand Down

0 comments on commit 197862a

Please sign in to comment.