Skip to content

Commit

Permalink
fix: wrong shell
Browse files Browse the repository at this point in the history
  • Loading branch information
LumiFae committed Nov 23, 2024
1 parent 31f20dd commit 7430c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build
run: msbuild.exe ${{ github.workspace }}/DiscordLab.sln /p:Configuration=Debug /p:Platform="Any CPU"
- name: Move DLLs to single directory
shell: pwsh
run: |
mkdir ${{ github.workspace }}/output
Get-ChildItem -Path ${{ github.workspace }} -Directory | ForEach-Object {
Expand Down

0 comments on commit 7430c43

Please sign in to comment.