Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-package-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
dry-run: ${{ inputs.dry-run }}

upload-package:
needs: merge-and-push
needs: [get-latest-release, build-package, merge-and-push]
runs-on: ubuntu-22.04
steps:
- name: Upload New Package
Expand Down
2 changes: 1 addition & 1 deletion Assets/Plugins/PackageExporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.ishix.packageexporter",
"displayName": "Package Exporter",
"description": "Export unity package",
"version": "1.0.3",
"version": "1.0.4",
"unity": "2021.3",
"relatedPackages": {},
"documentationUrl": "https://github.com/IShix-g/Unity-GitHubActions",
Expand Down
Loading