File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 run : make release
4242
4343 - name : Upload Release Assets
44- run : gh release upload "$RELEASE_TAG" "$out"
44+ run : gh release upload "$RELEASE_TAG" "$out"/*
4545 env :
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 RELEASE_TAG : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ XCPROJECT := Coder\ Desktop/Coder\ Desktop.xcodeproj
1111SCHEME := Coder\ Desktop
1212SWIFT_VERSION := 6.0
1313
14- MARKETING_VERSION =$(shell git describe --tags --abbrev=0 | sed 's/^v//')
14+ MARKETING_VERSION =$(shell git describe --tags --abbrev=0 | sed 's/^v//' | sed 's/-. * $//' )
1515CURRENT_PROJECT_VERSION =$(shell git describe --tags)
1616
1717# Define the keychain file name first
You can’t perform that action at this time.
0 commit comments