Skip to content

Commit

Permalink
vscode go fuck yourself
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Feb 20, 2024
1 parent 89189ef commit 0e2dd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updateMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Upload the jar to be used in the next job
uses: actions/upload-artifact@master
with:
name: piss.jar
name: pissjar
path: piss/build/libs/pissmc-all.jar

upload:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: echo "::set-output name=fragment::${${TAG#m\(}%\)}"
id: split
- name: Rename the jar with the version
run: mv piss.jar pissmc-${{ steps.split.outputs.fragment!=null && steps.split.outputs.fragment || github.event.inputs.version }}.jar
run: mv pissjar/pissmc-all.jar pissmc-${{ steps.split.outputs.fragment!=null && steps.split.outputs.fragment || github.event.inputs.version }}.jar

- name: Log in as github actions bot
run: |
Expand Down

0 comments on commit 0e2dd31

Please sign in to comment.