Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
55926de7 by Codimp at 2026-01-04T14:44:30+00:00
ci: Use arch and date in dmg filename and upload them in macos directory

- - - - -


1 changed file:

- .github/workflows/gajim-macos-nightly-build.yml


Changes:

=====================================
.github/workflows/gajim-macos-nightly-build.yml
=====================================
@@ -11,9 +11,9 @@ jobs:
       matrix:
         include:
           - os: macos-14
-            dir: arm64
+            arch: arm64
           - os: macos-15-intel
-            dir: x86_64
+            arch: x86_64
 
     runs-on: ${{ matrix.os }}
     defaults:
@@ -25,5 +25,8 @@ jobs:
         run: bash gajim-macos-helper.sh build ci
       - name: Create Gajim dmg
         run: bash gajim-macos-helper.sh create-dmg ci
+      - name: Get current date
+        id: date
+        run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
       - name: Upload dmg file via FTPS
-        run: "PATH=/opt/homebrew/opt/curl/bin:$PATH curl -T 
gajim-source/gajim-*.dmg --ssl-reqd ftp://${{ secrets.ftp_user }}:${{ 
secrets.ftp_password }}@${{ secrets.ftp_server }}/./downloads/snap/macos/${{ 
matrix.dir }}/"
+        run: "PATH=/opt/homebrew/opt/curl/bin:$PATH curl -T 
gajim-source/gajim-*.dmg --ssl-reqd ftp://${{ secrets.ftp_user }}:${{ 
secrets.ftp_password }}@${{ secrets.ftp_server 
}}/./downloads/snap/macos/Gajim-Nightly-${{ matrix.arch }}-${{ 
steps.date.outputs.date }}.dmg"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55926de749cbbfc022c99cca209af32d15e0c460

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/55926de749cbbfc022c99cca209af32d15e0c460
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to