Skip to content

Commit

Permalink
revert archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
funap committed Jan 17, 2024
1 parent b83ab37 commit e147606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Explorer-${{ matrix.build_configuration }}-${{ matrix.build_platform }}
path: build/bin/${{ matrix.build_platform }}/${{ matrix.build_configuration }}/Explorer.dll
path: build\bin\${{ matrix.build_platform }}\${{ matrix.build_configuration }}\Explorer.dll

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

0 comments on commit e147606

Please sign in to comment.