Skip to content

Commit

Permalink
Updated: If someone understands github actions please send help
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaneyXYZ committed Jun 19, 2024
1 parent 69f20cb commit 620a088
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RoyalCommands build
name: RoyalCommands Build

on:
push:
Expand Down Expand Up @@ -30,6 +30,9 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: RoyalCommands (#${{ github.run_number }})
path: |
path:
/home/runner/work/RoyalCommands/RoyalCommands/modules/RoyalCommands/target/*.jar
/home/runner/work/RoyalCommands/RoyalCommands/modules/RoyalCommands/target/RoyalCommands

- uses: actions/upload-artifact@v4
with:
path: /home/runner/work/RoyalCommands/RoyalCommands/modules/RoyalCommands/target/RoyalCommands

0 comments on commit 620a088

Please sign in to comment.