Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Oct 11, 2024
1 parent 0c91185 commit e8ddaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ jobs:
- name: Upload Distribution
uses: actions/upload-artifact@v4
with:
name: motis-${{ matrix.config.preset }}
path: motis-${{ matrix.config.preset }}.tar.bz2
name: motis-${{ matrix.config.artifact }}
path: motis-${{ matrix.config.artifact }}.tar.bz2

# ==== RELEASE ====
- name: Upload Release
Expand Down

0 comments on commit e8ddaed

Please sign in to comment.