Skip to content

Commit

Permalink
fix windows artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Apr 4, 2024
1 parent e7b3f5e commit 331faa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: matrix.config.mode == 'Release'
uses: actions/upload-artifact@v4
with:
name: motis-windows
name: tiles-windows
path: dist

# ==== RELEASE ====
Expand All @@ -124,8 +124,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./motis-windows.zip
asset_name: motis-windows.zip
asset_path: ./tiles-windows.zip
asset_name: tiles-windows.zip
asset_content_type: application/zip

macos:
Expand Down

0 comments on commit 331faa0

Please sign in to comment.