This commit is contained in:
Neshura 2024-08-07 20:06:20 +02:00
parent 972706ac6f
commit e41c39ce38
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D

View file

@ -55,8 +55,9 @@ jobs:
- name: Bundle .deb package
id: deb_bundle
run: |
echo test
DEBIAN_REF=$(echo ${{ github.ref_name }} | tr - \~)
echo "debian_ref=$DEBIAN_REF" >> $GITHUB_OUTPUT
echo DEBIAN_REF: $DEBIAN_REF
- name: Uploading Build Artifact
uses: actions/upload-artifact@v3