Skip to content

Commit

Permalink
Now it should work
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoxkk0 committed Aug 7, 2023
1 parent d171ec2 commit 6f6c19f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:
- name: Show debug info
run: ./gradlew --version

- name: Setup Crucible
run: ./gradlew clean setupDecompWorkspace --refresh-dependencies

- name: Build Crucible distribution packages
run: ./gradlew build

- name: Get short hash
id: short_sha
run: echo "::set-output name=sha::$(expr substr ${{ github.sha }} 1 7)"

- name: Set version based on generated hash
run: export VERSION=dev-${{ steps.short_sha.outputs.sha }}
run: echo "VERSION=dev-${{ steps.short_sha.outputs.sha }}" >> $GITHUB_ENV

- name: Setup NecroTempus
run: ./gradlew clean setupDecompWorkspace --refresh-dependencies

- name: Build NecroTempus distribution packages
run: ./gradlew build

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 6f6c19f

Please sign in to comment.