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 41
41
run : make release
42
42
43
43
- name : Upload Release Assets
44
- run : gh release upload "$RELEASE_TAG" "$out"
44
+ run : gh release upload "$RELEASE_TAG" "$out"/*
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
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
11
11
SCHEME := Coder\ Desktop
12
12
SWIFT_VERSION := 6.0
13
13
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/-. * $//' )
15
15
CURRENT_PROJECT_VERSION =$(shell git describe --tags)
16
16
17
17
# Define the keychain file name first
You can’t perform that action at this time.
0 commit comments