Skip to content

Commit

Permalink
missed var change
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored May 15, 2023
1 parent 73ba8cb commit bfbe746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet publish --self-contained -c Release -r ${{ matrix.arch }} -p:Version=${{ inputs.version || github.ref_name }} DragonFruit.Kaplan/DragonFruit.Kaplan.csproj

- name: Rename target file
run: Move-Item -Path DragonFruit.Kaplan\bin\Release\net6.0\win-x64\publish\DragonFruit.Kaplan.exe -Destination kaplan-${{ matrix.arch }}.exe
run: Move-Item -Path DragonFruit.Kaplan\bin\Release\net6.0\${{ matrix.arch }}\publish\DragonFruit.Kaplan.exe -Destination kaplan-${{ matrix.arch }}.exe

- name: Upload
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit bfbe746

Please sign in to comment.