Merge 7ae10c6f74
into release
This commit is contained in:
commit
44c02e7596
2 changed files with 10 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
||||||
- name: Write Upload URL To Disk
|
- name: Write Upload URL To Disk
|
||||||
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url
|
run: echo "${{ steps.create_release.outputs.upload_url }}" > upload-url
|
||||||
- name: Store Upload URL
|
- name: Store Upload URL
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release
|
name: release
|
||||||
path: upload-url
|
path: upload-url
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
version-number: ${{ github.event.inputs.versionNumber }}
|
version-number: ${{ github.event.inputs.versionNumber }}
|
||||||
output-file: polaris.msi
|
output-file: polaris.msi
|
||||||
- name: Retrieve Upload URL
|
- name: Retrieve Upload URL
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release
|
name: release
|
||||||
- name: Read Upload URL
|
- name: Read Upload URL
|
||||||
|
@ -115,7 +115,7 @@ jobs:
|
||||||
version-number: ${{ github.event.inputs.versionNumber }}
|
version-number: ${{ github.event.inputs.versionNumber }}
|
||||||
output-file: polaris.tar.gz
|
output-file: polaris.tar.gz
|
||||||
- name: Retrieve Upload URL
|
- name: Retrieve Upload URL
|
||||||
uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release
|
name: release
|
||||||
- name: Read Upload URL
|
- name: Read Upload URL
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Polaris 0.14.3
|
||||||
|
|
||||||
|
### Server
|
||||||
|
|
||||||
|
- Fixed a build error (https://github.com/rust-lang/rust/issues/127343) with recent versions of the Rust compiler (thanks @pbsds)
|
||||||
|
- Added support for m4b audio files (thanks @duydl)
|
||||||
|
|
||||||
## Polaris 0.14.2
|
## Polaris 0.14.2
|
||||||
|
|
||||||
### Server
|
### Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue