Skip to content

Commit

Permalink
Overwrite existing artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Oct 5, 2024
1 parent 6e91bff commit ec6e6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
with:
name: java-pcap
path: pcap/build/libs/java-pcap-*.jar
overwrite: true
- name: Archive license file
uses: actions/upload-artifact@v4
with:
name: java-pcap
path: LICENSE.txt
overwrite: true

0 comments on commit ec6e6f4

Please sign in to comment.