Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
replace insulting name
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecon724 committed Jan 14, 2024
1 parent 3adbae4 commit a8fd1c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
name: build
run-name: Build and package
on: [push, pull_request]
jobs:
build:
Expand All @@ -13,10 +13,9 @@ jobs:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven

- name: mvn build package
run: mvn build package
- name: mvn clean package
run: mvn clean package

- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a8fd1c4

Please sign in to comment.