Add upload artifacts step
Some checks failed
build-debian-package / Build the debian package (push) Failing after 3m9s
Some checks failed
build-debian-package / Build the debian package (push) Failing after 3m9s
This commit is contained in:
@@ -26,4 +26,12 @@ jobs:
|
|||||||
- name: "Build .deb"
|
- name: "Build .deb"
|
||||||
run: dpkg-deb --root-owner-group --build ./alumnihub_10.0_amd64
|
run: dpkg-deb --root-owner-group --build ./alumnihub_10.0_amd64
|
||||||
- name: "Upload .deb"
|
- name: "Upload .deb"
|
||||||
run: curl --user ${{ secrets.CI_RUNNER_USER }}:${{ secrets.CI_RUNNER_TOKEN }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload
|
run: curl --user ${{ secrets.CI_RUNNER_USER }}:${{ secrets.CI_RUNNER_TOKEN }} --upload-file ./alumnihub_10.0_amd64.deb https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/debian/pool/trixie/main/upload
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
# A file, directory or wildcard pattern that describes what to upload
|
||||||
|
# Required.
|
||||||
|
path: .
|
||||||
|
retention-days: 5
|
||||||
|
overwrite: true
|
||||||
|
include-hidden-files: true
|
||||||
Reference in New Issue
Block a user