CI fx workflow 37
Debian build / build (push) Failing after 5m4s

This commit is contained in:
zx
2025-04-13 19:19:34 +03:00
parent 0d4a4945fe
commit a7cda5b70f
4 changed files with 9 additions and 4 deletions
+4 -1
View File
@@ -25,6 +25,9 @@ jobs:
apt install -y tcl
- name: Cloning source
uses: actions/checkout@v4
- name: Getting version info
run: |
echo "BFORCE_VER=$(echo -n ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
- name: Building package
continue-on-error: false
run: |
@@ -42,6 +45,6 @@ jobs:
- name: Try to upload artifacts
uses: actions/upload-artifact@v3
with:
name: bforce
name: bforce-${{ env.BFORCE_VER }}
path: ${{ env.GITHUB_WORKSPACE }}/artifacts/bforce*.deb
- run: echo "This job's over"