Skip to content

Commit

Permalink
Fix ng-7.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RSwoop committed Aug 4, 2024
1 parent c29cb46 commit 4937f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ng-7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: forge/ng-7.0
working-directory: neoforge/ng-7.0
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand All @@ -32,9 +32,9 @@ jobs:
with:
gradle-version: 8.9
- name: Run Gradle build
working-directory: forge/ng-7.0
working-directory: neoforge/ng-7.0
run: gradle :${{ inputs.version }}:build
- uses: actions/upload-artifact@v4
with:
name: Minegasm-${{ inputs.version }}
path: forge/ng-7.0/${{ inputs.version }}/build/libs/*-${{ inputs.version }}*
path: neoforge/ng-7.0/${{ inputs.version }}/build/libs/*-${{ inputs.version }}*

0 comments on commit 4937f8c

Please sign in to comment.