Skip to content

Commit ba41745

Browse files
committed
feat: update goreleaser.yml
1 parent 700149a commit ba41745

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ before:
1212
- unzip -o sgn_linux.zip -d server/assets/linux
1313
- curl -L https://github.com/EgeBalci/sgn/releases/download/v2.0.1/sgn_windows_amd64_2.0.1.zip -o sgn_windows.zip
1414
- unzip -o sgn_windows.zip -d server/assets/windows
15-
- curl -L https://github.com/chainreactors/malefic/releases/download/v0.1.1/malefic-mutant-x86_64-pc-windows-gnu.exe -o server/assets/windows/malefic-mutant.exe
16-
- curl -L https://github.com/chainreactors/malefic/releases/download/v0.1.1/malefic-mutant-x86_64-unknown-linux-musl -o server/assets/linux/malefic-mutant
15+
- curl -L https://github.com/chainreactors/malefic/releases/latest/download/malefic-mutant-x86_64-pc-windows-gnu.exe -o server/assets/windows/malefic-mutant.exe
16+
- curl -L https://github.com/chainreactors/malefic/releases/latest/download/malefic-mutant-x86_64-unknown-linux-musl -o server/assets/linux/malefic-mutant
1717

1818

1919
builds:

0 commit comments

Comments
 (0)