Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Aug 15, 2024
1 parent 58bc440 commit c1442a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wiki-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: ./update-wiki.sh
shell: bash
env:
ASSEMBLY_PATH: "src/ACadSharp/bin/Release/net6.0/ACadSharp.dll"
ASSEMBLY_PATH: "ACadSharp/bin/Release/net6.0/ACadSharp.dll"
GITHUB_TOKEN: ${{ github.token }}
2 changes: 0 additions & 2 deletions update-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ dotnet tool restore
echo "Build project"
dotnet build --configuration Release --no-restore

cd ..

TMP_WORK_DIR="tmp-$GITHUB_SHA"

WIKI_REPO_DIR="wiki-repo"
Expand Down

0 comments on commit c1442a3

Please sign in to comment.