Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
834a4e90 by Codimp at 2026-01-04T10:59:28+00:00
ci: Add working-directory to macos nightly build workflow
- - - - -
1 changed file:
- .github/workflows/gajim-macos-nightly-build.yml
Changes:
=====================================
.github/workflows/gajim-macos-nightly-build.yml
=====================================
@@ -8,10 +8,11 @@ on:
jobs:
arm64:
runs-on: macos-14
+ defaults:
+ run:
+ working-directory: mac/
steps:
- uses: actions/checkout@v4
- - name: Go in mac directory
- run: cd mac/
- name: Build Gajim
run: bash gajim-macos-helper.sh build ci
- name: Create Gajim dmg
@@ -20,10 +21,11 @@ jobs:
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/arm64/"
x86_64:
runs-on: macos-15-intel
+ defaults:
+ run:
+ working-directory: mac/
steps:
- uses: actions/checkout@v4
- - name: Go in mac directory
- run: cd mac/
- name: Build Gajim
run: bash gajim-macos-helper.sh build ci
- name: Create Gajim dmg
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/834a4e904da5ce1d8009605a47338c79d645297d
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/834a4e904da5ce1d8009605a47338c79d645297d
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]