Skip to content

Commit

Permalink
Re-enable compression for GitHub artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTriassic committed Oct 13, 2024
1 parent f3aed07 commit e7f8dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
- name: Upload Paperclip Jar
uses: actions/upload-artifact@v4
with:
name: linearpaper-artifacts
name: linearpaper
path: build/libs/linearpaper-paperclip-*-mojmap.jar
compression-level: 0
3 changes: 1 addition & 2 deletions .github/workflows/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Upload Paperclip Jar
uses: actions/upload-artifact@v4
with:
name: linearpaper-artifacts
name: linearpaper
path: build/libs/linearpaper-paperclip-*-mojmap.jar
compression-level: 0

- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit e7f8dd6

Please sign in to comment.