Skip to content

Commit

Permalink
More fixes. Less deprecations. Less warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Sep 26, 2024
1 parent 1a37ca1 commit ca7e8dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MAKE.command
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca7e8dc

Please sign in to comment.