Skip to content

Commit 974646f

Browse files
committed
ci: fix "mv: cannot stat 'artifacts-macos-13/...': No such file"
1 parent 214dd09 commit 974646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401

402402
- name: Rename build artifacts
403403
run: |
404-
mv artifacts-macos-13/kleinanzeigen-bot kleinanzeigen-bot-darwin-amd64
404+
mv artifacts-macos-15-intel/kleinanzeigen-bot kleinanzeigen-bot-darwin-amd64
405405
mv artifacts-macos-latest/kleinanzeigen-bot kleinanzeigen-bot-darwin-arm64
406406
mv artifacts-ubuntu-latest/kleinanzeigen-bot kleinanzeigen-bot-linux-amd64
407407
mv artifacts-windows-latest/kleinanzeigen-bot-uncompressed.exe kleinanzeigen-bot-windows-amd64-uncompressed.exe

0 commit comments

Comments
 (0)