Skip to content

Commit

Permalink
Merge pull request #27 from efrei-craft/development
Browse files Browse the repository at this point in the history
Don't rename artifact after Github Actions build
  • Loading branch information
DocSystem authored Nov 4, 2022
2 parents 28d8832 + d2aae68 commit a21f187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ jobs:
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
- name: Rename JAR
run: mv build/libs/ECATUP-*.jar ./ECATUP.jar
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
# Artifact name
name: ECATUP-build
# A file, directory or wildcard pattern that describes what to upload
path: ./ECATUP.jar
path: ECATUP.+.jar
# The desired behavior if no files are found using the provided path.

0 comments on commit a21f187

Please sign in to comment.