Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Commit d66e63a

Browse files
authored
💚 Fix CI (#4)
1 parent 3e82860 commit d66e63a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- dev
77
push:
88
branches:
9-
- master
109
- dev
1110

1211
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
with:
4343
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
44-
asset_path: build/libs/**
44+
asset_path: build/libs/InventoryAPI.jar
4545
asset_name: InventoryAPI.jar
4646
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)