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

Commit b194bad

Browse files
authored
github quotas :trollface:
1 parent 2de32ac commit b194bad

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: set up environment
17-
run: |
18-
echo ::set-env name=ARTIFACT_NAME::"$GITHUB_SHA"
17+
run: echo ::set-env name=ARTIFACT_NAME::"$GITHUB_SHA"
1918

2019
- name: checkout changes
2120
uses: actions/checkout@v2
@@ -34,9 +33,3 @@ jobs:
3433

3534
- name: run maven package
3635
run: mvn -B package --file pom.xml
37-
38-
- name: upload artifact
39-
uses: actions/upload-artifact@v2
40-
with:
41-
name: '${{ env.ARTIFACT_NAME }}'
42-
path: target/*.jar

0 commit comments

Comments
 (0)