Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 27, 2024
1 parent 536f36a commit 10a7d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
# FEED_API_KEY: ${{ secrets.FEED_API_KEY }}
GHC_API_KEY: ${{ secrets.GHC_TOKEN }}
NuGetDirectory: nuget
AIAssistBuildOutput: src/AIAssist/bin/Release/net8.0/
AIAssistBuildOutput: src/AIAssist/bin/Release/net8.0
DownloadOutput: download

jobs:
Expand Down Expand Up @@ -108,8 +108,8 @@ jobs:

- name: Flatten downloaded binaries
run: |
mv ${{ env.DownloadOutput }}/bins/* ${{ env.AIAssistBuildOutput }}/
mv ${{ env.DownloadOutput }}/grammars/bins/* ${{ env.AIAssistBuildOutput }}/
mv ${{ env.DownloadOutput }}/bins/* ${{ env.AIAssistBuildOutput }}
mv ${{ env.DownloadOutput }}/grammars/bins/* ${{ env.AIAssistBuildOutput }}
rm -rf ${{ env.DownloadOutput }}
- name: List files
Expand Down

0 comments on commit 10a7d74

Please sign in to comment.