Skip to content

Commit 4477c7d

Browse files
StaticRocketcshilwant
authored andcommitted
ci(build): remove version override
This doesn't really help anything right now. Might as well remove it so the generated artifacts can be deployed to software-dl as is. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 4fa6276 commit 4477c7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ jobs:
6262
6363
- name: Build ${{ matrix.device }}
6464
run: |
65-
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }} \
66-
VERSION=${{ github.ref_name }}
65+
make DEVFAMILY=${{ matrix.device }} OS=${{ matrix.os }}
6766
6867
- name: Upload artifact
6968
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)