Skip to content

Commit a6affae

Browse files
Fixed release zip file name
1 parent 163a043 commit a6affae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
name: openmower
6969
path: artifacts
7070
- name: Compress release directory into a versioned ZIP file
71-
run: zip -r "xcore-boot-${{ github.ref_name }}.zip" artifacts/*
71+
run: cd artifacts && zip -r "../fw-openmower-v2-${{ github.ref_name }}.zip" .
7272
- uses: "marvinpinto/action-automatic-releases@latest"
7373
with:
7474
repo_token: "${{ secrets.GITHUB_TOKEN }}"
7575
prerelease: false
76-
files: "xcore-boot-${{ github.ref_name }}.zip"
76+
files: "fw-openmower-v2-${{ github.ref_name }}.zip"

0 commit comments

Comments
 (0)