Skip to content

Commit

Permalink
chore: try fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-L committed Jun 22, 2023
1 parent e501a16 commit 4096eb1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unity-packageu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,4 @@ jobs:
files: |
${{ env.zipFile }}
${{ env.unityPackage }}
Packages/${{ env.packageName }}/package.json
- name: Update Package Index
uses: vrcau/package-index/.github/workflows/release.yml
Packages/${{ env.packageName }}/package.json
17 changes: 17 additions & 0 deletions .github/workflows/update-packages-index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update Packages Index

on:
workflow_run:
workflows: [Unity Package]
types:
- completed

permissions:
contents: read
pages: write
id-token: write

jobs:
update-packages-index:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: vrcau/package-index/.github/workflows/release.yml@main

This file was deleted.

0 comments on commit 4096eb1

Please sign in to comment.