Skip to content

Commit

Permalink
Fix extractor path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Fankam committed May 2, 2024
1 parent 45343c5 commit 351c90b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
shell: pwsh

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ format('{0}/{1}', runner.temp, env.ZIP_FILE_PATH) }}
name: extractor-${{ matrix.dotnet-runtime }}
path: ${{ env.ZIP_FILE_PATH }}

generate_publisher_artifacts:
name: Generate publisher artifacts
Expand Down

0 comments on commit 351c90b

Please sign in to comment.