Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed May 25, 2024
1 parent 888df22 commit e066790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand All @@ -33,7 +33,7 @@ jobs:
env:
PYTHONOPTIMIZE: 1

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nile-${{ runner.os }}
path: dist/*
4 changes: 0 additions & 4 deletions nile/utils/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ def start(self, game_path):
fuel_dir = os.path.join(sdk_path, 'Legacy')
amazon_sdk = os.path.join(sdk_path, 'AmazonGamesSDK')

if sys.platform != 'win32':
fuel_dir = 'Z:' + fuel_dir
amazon_sdk = 'Z:' + amazon_sdk

self.env.update({
'FUEL_DIR': fuel_dir,
'AMAZON_GAMES_SDK_PATH': amazon_sdk,
Expand Down

0 comments on commit e066790

Please sign in to comment.