Skip to content

Commit

Permalink
Fix actions workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Nov 25, 2023
1 parent f1c0619 commit cfcf9c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: benjlevesque/[email protected]
id: short-sha
with:
length: 7
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -26,9 +22,9 @@ jobs:
arguments: build
- uses: actions/upload-artifact@v3
with:
name: AureliumSkills-${{ env.SHA }}
name: AureliumSkills
path: build/libs/AureliumSkills-**.jar
- uses: actions/upload-artifact@v3
with:
name: AuraSkills-${{ env.SHA }}
name: AuraSkills
path: build/libs/AuraSkills-**.jar

0 comments on commit cfcf9c0

Please sign in to comment.