Skip to content

Commit

Permalink
Merge pull request #7 from leafbird/dev
Browse files Browse the repository at this point in the history
crawling workflow 오류 수정.
  • Loading branch information
leafbird authored Nov 13, 2023
2 parents af85309 + 209160a commit 576d4d9
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 576d4d9

Please sign in to comment.