Skip to content

Commit

Permalink
fix macos artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Apr 4, 2024
1 parent 75d0e2b commit 83e97eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
mkdir tiles
mv build/tiles-import tiles/import
mv build/tiles-server tiles/server
tar cjf tiles-${{ matrix.config.artifact }}.tar.bz2 tiles
tar cjf tiles-${{ matrix.config.preset }}.tar.bz2 tiles
- name: Upload Distribution
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 83e97eb

Please sign in to comment.