Skip to content

Commit

Permalink
Extract to build/libs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcubedev authored Dec 16, 2023
1 parent f341d78 commit 431efd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
ls -l build/libs
ls -l
- name: Unzip Jar
run: 7z x build/libs/SkyblockAddons-${{ steps.read_property_sba_version.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_property_mc_version.outputs.minecraftVersion }}.jar
run: |
cd build/libs
7z x build/libs/SkyblockAddons-${{ steps.read_property_sba_version.outputs.version }}+${{ github.run_number }}-for-MC-${{ steps.read_property_mc_version.outputs.minecraftVersion }}.jar
- name: Upload Artifact
env:
project_version: ${{ steps.read_properties.outputs.version }}
Expand Down

0 comments on commit 431efd7

Please sign in to comment.