Skip to content

Commit

Permalink
using rm before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyagara committed Sep 20, 2024
1 parent fe12af9 commit 0999266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Build
run: ./gradlew build

- run: rm build/libs/cooptweaks-all.jar

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
excludes: build/libs/cooptweaks-all.jar

0 comments on commit 0999266

Please sign in to comment.