File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 76
76
path : ${{ github.workspace }}/outputs/out
77
77
retention-days : 7
78
78
79
- - name : Get version string
80
- id : version_string
81
- run : |
82
- echo "versionstring=$(./scripts/version.sh)" >> "$GITHUB_OUTPUT"
83
-
84
79
# Upload to release in non-dry-run mode
85
80
- name : Upload Release Assets
86
81
if : ${{ !inputs.dryrun }}
@@ -101,12 +96,11 @@ jobs:
101
96
swift run update-appcast \
102
97
-i ../../oldappcast.xml \
103
98
-s "$out"/Coder-Desktop.pkg.sig \
104
- -v "$VERSION_STRING " \
99
+ -v "$(../version.sh) " \
105
100
-o ../../appcast.xml
106
101
-d "$VERSION_DESCRIPTION"
107
102
popd
108
103
env :
109
- VERSION_STRING : ${{ steps.version_string.outputs.versionstring }}
110
104
VERSION_DESCRIPTION : ${{ github.event_name == 'release' && github.event.release.body || '' }}
111
105
112
106
You can’t perform that action at this time.
0 commit comments