We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faf659 commit df4d714Copy full SHA for df4d714
.github/workflows/reusable-build-debian-pkg.yml
@@ -131,7 +131,6 @@ jobs:
131
sha256sum ${{ inputs.application }}_${PARSED_VERSION}_amd64.deb > ${{ inputs.application }}_${PARSED_VERSION}_amd64.deb.checksum
132
sha256sum ${{ inputs.application }}_${PARSED_VERSION}_arm64.deb > ${{ inputs.application }}_${PARSED_VERSION}_arm64.deb.checksum
133
ls -l *deb *.checksum
134
- exit 1
135
136
- name: Apload artifact amd64.deb
137
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a ## v4.3.6
0 commit comments