Skip to content

Commit

Permalink
crawling workflow 오류 수정.
Browse files Browse the repository at this point in the history
  • Loading branch information
leafbird committed Nov 13, 2023
1 parent d0d6efa commit 209160a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crawling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
run: dotnet build -c ${{env.BUILD_CONFIGURATION}} --no-restore

- name: Publish
run: dotnet publish -c ${{env.BUILD_CONFIGURATION}} -o bin/publish --no-build --no-restore
run: dotnet publish ./GameRank.Crawler/GameRank.Crawler.csproj -c ${{env.BUILD_CONFIGURATION}} -o bin/publish --no-build --no-restore

- name: Crawling
run: ./bin/publish/GameRank.Crawler cnofig.github.json
run: ./bin/publish/GameRank.Crawler config.github.json

- name: Commit
run: |
Expand Down

0 comments on commit 209160a

Please sign in to comment.