Skip to content

Commit

Permalink
Change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rcubedev authored Dec 16, 2023
1 parent 431efd7 commit 817c2c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
ls -l build/libs
ls -l
- name: Unzip 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
working-directory: build/libs
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
- name: Upload Artifact
env:
project_version: ${{ steps.read_properties.outputs.version }}
Expand Down

0 comments on commit 817c2c7

Please sign in to comment.