diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb6b3660..b096a7fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: env: MATE_DESKTOP_VERSION: 1.28.2 + MARCO_VERSION: 1.29.0 CACHE_PATH: /tmp/.cache jobs: @@ -21,9 +22,12 @@ jobs: - name: Install dependency packages run: sudo .github/workflows/ubuntu.sh - - name: Install higher version Mate component packages + - name: Install higher version mate-desktop component packages run: sudo .github/workflows/mate-desktop.sh ${{env.MATE_DESKTOP_VERSION}} ${{ env.CACHE_PATH }} + - name: Install higher version marco component packages + run: sudo .github/workflows/marco.sh ${{env.MARCO_VERSION}} ${{ env.CACHE_PATH }} + - name: Build the source code run: .github/workflows/builds.sh |
