mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 05:51:24 -07:00
Fix goreleaser config
test / Go ${{ matrix.go }} (1.19.x) (push) Has been cancelled
test / Go ${{ matrix.go }} (1.20.x) (push) Has been cancelled
test / Go ${{ matrix.go }} (1.21.x) (push) Has been cancelled
test / lint (push) Has been cancelled
test / Go ${{ matrix.go }} (1.18.x) (push) Has been cancelled
test / Go ${{ matrix.go }} (1.19.x) (push) Has been cancelled
test / Go ${{ matrix.go }} (1.20.x) (push) Has been cancelled
test / Go ${{ matrix.go }} (1.21.x) (push) Has been cancelled
test / lint (push) Has been cancelled
test / Go ${{ matrix.go }} (1.18.x) (push) Has been cancelled
This commit is contained in:
+3
-3
@@ -79,13 +79,13 @@ archives:
|
|||||||
# add these files to all archives
|
# add these files to all archives
|
||||||
files:
|
files:
|
||||||
- src: LICENSE
|
- src: LICENSE
|
||||||
dst: .
|
dst: LICENSE
|
||||||
info: *archive_file_info
|
info: *archive_file_info
|
||||||
- src: README.md
|
- src: README.md
|
||||||
dst: .
|
dst: README.md
|
||||||
info: *archive_file_info
|
info: *archive_file_info
|
||||||
- src: CHANGELOG.md
|
- src: CHANGELOG.md
|
||||||
dst: .
|
dst: CHANGELOG.md
|
||||||
info: *archive_file_info
|
info: *archive_file_info
|
||||||
|
|
||||||
# also build an archive of the source code
|
# also build an archive of the source code
|
||||||
|
|||||||
Reference in New Issue
Block a user