Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar authored Jun 9, 2023
1 parent cc9ad80 commit e8ef3c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: sqlib-${{ github.ref_name }}
path: ${{ github.workspace }}/build/libs/sqlib-${{ github.ref_name }}.jar
path: ${{ github.workspace }}/build/libs/sqlib-all.jar

publish:
needs: build
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Delete Jar
uses: geekyeggo/delete-artifact@v2
with:
name: sqlib-jar
name: sqlib-${{ github.ref_name }}

- name: Publish Release
uses: Kir-Antipov/[email protected]
Expand Down

0 comments on commit e8ef3c1

Please sign in to comment.