File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ jobs:
58
58
if [[ $version =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
59
59
echo "Version matches format: $version"
60
60
else
61
- echo "Error: Version $version doesn't match format."
62
- exit 1
61
+ echo "Version $version doesn't match format. Using test version: 0.0.1+{commit} "
62
+ version="0.0.1+${{ github.sha }}""
63
63
fi
64
64
echo "version=$version" >> ${GITHUB_OUTPUT}
65
+
65
66
ubuntu-deb-build-and-test :
66
67
needs : get-tag-and-version
67
68
runs-on : codebuild-finch-${{ inputs.arch }}-2-instance-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ jobs:
197
197
with :
198
198
tag_name : ${{ needs.get-tag-name.outputs.version }}
199
199
files : |
200
- runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_amd64.deb
201
- runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_amd64.deb.sig
202
- runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_arm64.deb
203
- runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_arm64.deb.sig
204
- publickey.pem
200
+ pool/main/f/runfinch-finch/ runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_amd64.deb
201
+ pool/main/f/runfinch-finch/ runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_amd64.deb.sig
202
+ pool/main/f/runfinch-finch/ runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_arm64.deb
203
+ pool/main/f/runfinch-finch/ runfinch-finch_${{ needs.get-tag-and-version.outputs.version }}_arm64.deb.sig
204
+ pool/main/f/runfinch-finch/ publickey.pem
205
205
- name : Delete deb and signature files
206
206
run : |
207
207
rm -rf runfinch-finch_* publcikey.pem pool/ dists/ GPG_KEY.pub PackagesAMD64 PackagesARM64
You can’t perform that action at this time.
0 commit comments