Skip to content

Commit 0c57981

Browse files
committed
Update workflows
1 parent 9bafe60 commit 0c57981

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly
2-
# The template can be found at https://github.com/neoforged/GradleUtils/blob/44d9e09cfa2c6032b84ac40495ea5ab7d64fe521/src/actionsTemplate/resources/.github/workflows/build-prs.yml
2+
# The template can be found at https://github.com/neoforged/GradleUtils/blob/72be0f55ce3f6e91f89cfd7847143b9ef1dcc3e9/src/actionsTemplate/resources/.github/workflows/build-prs.yml
33

44
name: Build and test PRs
55

.github/workflows/publish-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly
2-
# The template can be found at https://github.com/neoforged/GradleUtils/blob/44d9e09cfa2c6032b84ac40495ea5ab7d64fe521/src/actionsTemplate/resources/.github/workflows/publish-prs.yml
2+
# The template can be found at https://github.com/neoforged/GradleUtils/blob/72be0f55ce3f6e91f89cfd7847143b9ef1dcc3e9/src/actionsTemplate/resources/.github/workflows/publish-prs.yml
33

44
name: Publish PRs to GitHub Packages
55

@@ -23,7 +23,7 @@ jobs:
2323
if: false # Option not enabled when the workflows were generated
2424
uses: neoforged/actions/.github/workflows/publish-prs.yml@main
2525
with:
26-
artifact_base_path: dev/su5ed/sinytra/adapter/adapter/
26+
artifact_base_path: org/sinytra/adapter/
2727
secrets:
2828
PR_PUBLISHING_GH_APP_ID: ${{ secrets.PR_PUBLISHING_GH_APP_ID }}
2929
PR_PUBLISHING_GH_APP_KEY: ${{ secrets.PR_PUBLISHING_GH_APP_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly
2-
# The template can be found at https://github.com/neoforged/GradleUtils/blob/44d9e09cfa2c6032b84ac40495ea5ab7d64fe521/src/actionsTemplate/resources/.github/workflows/release.yml
2+
# The template can be found at https://github.com/neoforged/GradleUtils/blob/72be0f55ce3f6e91f89cfd7847143b9ef1dcc3e9/src/actionsTemplate/resources/.github/workflows/release.yml
33

44
name: Release
55

0 commit comments

Comments
 (0)