From ca7e8dcc1b9623fe835bceca276d7ae6cac89aff Mon Sep 17 00:00:00 2001 From: Marcel Taeumel Date: Thu, 26 Sep 2024 16:48:10 +0200 Subject: [PATCH] More fixes. Less deprecations. Less warnings. --- .github/workflows/main.yml | 6 +++--- MAKE.command | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96ab26b..c677689 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,8 +14,8 @@ jobs: name: Build with StarTrack ${{ matrix.star_track }} steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.x' cache: 'pip' # caching pip dependencies @@ -39,7 +39,7 @@ jobs: - name: Upload Image uses: actions/upload-artifact@v4 with: - name: packages + name: packages ${{ matrix.star_track }} path: | ./dist/*.zip ./dist/*.txz diff --git a/MAKE.command b/MAKE.command index c43aedb..25fc4b2 100755 --- a/MAKE.command +++ b/MAKE.command @@ -54,8 +54,8 @@ TMP_DIR="./_tmp" AIO_DIR="${TMP_DIR}/aio" ICON="Squeak" IMAGE="${BASE}.image" -AIO_IMAGE="${TMP_DIR}/aio/${APP}/Contents/Resources/${SRC_BUNDLE}.image" APP="${BASE}.app" +AIO_IMAGE="${TMP_DIR}/aio/${APP}/Contents/Resources/${SRC_BUNDLE}.image" DMG="${BASE}.dmg" LOG="_${BASE}.log" E=/bin/echo