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 7676 path : ${{ github.workspace }}/outputs/out
7777 retention-days : 7
7878
79- - name : Get version string
80- id : version_string
81- run : |
82- echo "versionstring=$(./scripts/version.sh)" >> "$GITHUB_OUTPUT"
83-
8479 # Upload to release in non-dry-run mode
8580 - name : Upload Release Assets
8681 if : ${{ !inputs.dryrun }}
@@ -101,12 +96,11 @@ jobs:
10196 swift run update-appcast \
10297 -i ../../oldappcast.xml \
10398 -s "$out"/Coder-Desktop.pkg.sig \
104- -v "$VERSION_STRING " \
99+ -v "$(../version.sh) " \
105100 -o ../../appcast.xml
106101 -d "$VERSION_DESCRIPTION"
107102 popd
108103 env :
109- VERSION_STRING : ${{ steps.version_string.outputs.versionstring }}
110104 VERSION_DESCRIPTION : ${{ github.event_name == 'release' && github.event.release.body || '' }}
111105
112106
You can’t perform that action at this time.
0 commit comments