Compare commits

..

1 Commits
0.1.1 ... 0.1.2

Author SHA1 Message Date
cf6cf7b776 fdsfsdf 2023-11-19 18:22:12 +01:00

View File

@@ -49,7 +49,7 @@ jobs:
run: |
curl --user ${{ vars.REPO_GITEA_USER }}:${{ secrets.PACKAGE_PUSH_REPO }} \
--upload-file ${{ env.PACKAGE_NAME }}_${{ gitea.ref_name }}_${{ env.ARCH }}.deb \
https://${{ env.GIT_REPO_URL }}/api/packages/${{ vars.GIT_REPO_NAME }}/debian/pool/${{ env.DEB_OS_TARGET }}/main/upload
https://${{ env.GIT_REPO_URL }}/api/packages/${{ env.GIT_REPO_NAME }}/debian/pool/${{ env.DEB_OS_TARGET }}/main/upload
- name: Output
run: echo "Push on ${{ env.GIT_REPO_URL }} with user ${{ vars.REPO_GITEA_USER }} repo ${{ GIT_REPO_NAME }} package ${{ env.PACKAGE_NAME }} os ${{ env.DEB_OS_TARGET }} tag ${{ gitea.ref_name }}"
run: echo "Push on ${{ env.GIT_REPO_URL }} with user ${{ vars.REPO_GITEA_USER }} repo ${{ env.GIT_REPO_NAME }} package ${{ env.PACKAGE_NAME }} os ${{ env.DEB_OS_TARGET }} tag ${{ gitea.ref_name }}"