use sha rather then ref

This commit is contained in:
Ben Parsons 2023-07-04 13:44:49 +10:00
parent 5f95730f6d
commit 34a3590807

View File

@ -27,5 +27,5 @@ jobs:
tar -czf build.tar.gz build tar -czf build.tar.gz build
curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \ curl --user minijack:${{ secrets.PACKAGE_TOKEN }} \
--upload-file build.tar.gz \ --upload-file build.tar.gz \
https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.ref }}/build-${{ gitea.ref }}.tar.gz https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.tar.gz
echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.ref }}/build-${{ gitea.ref }}.bin echo https://git.quartznet.info/api/packages/quartznet/generic/artifacts/ref-${{ gitea.sha }}/build-${{ gitea.sha }}.bin