Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSrikantheppa authored May 20, 2024
1 parent 89d9856 commit 4a9459b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,6 @@ jobs:
security-events: write
actions: read
steps:
- uses: actions/download-artifact@master
with:
name: jar-file
path: build/libs

- uses: actions/checkout@v4
- name: Set up JDK 17
Expand All @@ -202,6 +198,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- uses: actions/download-artifact@master
with:
name: jar-file
path: build/libs

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
Expand Down

0 comments on commit 4a9459b

Please sign in to comment.