mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-08-03 19:17:27 -04:00
fix github actions upload
This commit is contained in:
parent
227bf52ebb
commit
011ec73cbb
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
asset_paths: '["./build/libs/*.jar"]'
|
||||
|
||||
- name: Publish to Github Packages
|
||||
run: gradle -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
|
||||
run: ./gradlew -Pmod_version='${{ steps.split_tag.outputs._1 }}' publish
|
||||
env:
|
||||
GPR_USER: ${{ secrets.GPR_USER }}
|
||||
GPR_KEY: ${{ secrets.GPR_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user