Skip to content

Commit

Permalink
Fixed issue with paths in new action.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Oct 18, 2024
1 parent 96ea6d0 commit 254b075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:

- name: Build
run: publish_universal_asset_tool.bat /f
working-directory: FinModelUtility/cli/tools
working-directory: cli/tools

- name: Upload
uses: actions/upload-artifact@v4
with:
name: dist
path: FinModelUtility/cli/**
path: cli/**

0 comments on commit 254b075

Please sign in to comment.