CI fx workflow 38
Debian build / build (push) Successful in 3m58s

This commit is contained in:
zx
2025-04-13 19:51:32 +03:00
parent a7cda5b70f
commit e94fffb110
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: Getting version info
run: |
echo "BFORCE_VER=$(echo -n ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
echo "BFORCE_VER=$(cat ${{ env.GITHUB_WORKSPACE }}/source/.version)" >> $GITHUB_ENV
- name: Building package
continue-on-error: false
run: |