Skip to content

Fix error with package downloads

Adrian Kretz requested to merge akretz/vscodium-deb-rpm-repo:bugfix into master

Recently, the GitHub API returns SHA256-Checksums for each package, which breaks the CI build. This modification makes sure that the correct files are downloaded and should fix issues #7 (closed) and #8 (closed).

Merge request reports