Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jan 26, 2024
1 parent 0ec8993 commit 1e58abc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ] # add macos-latest-xlarge for silicon (a paid feature)
os: [ windows-latest ] # add macos-latest-xlarge for silicon (a paid feature)
steps:
- name: "Create base filename for all artifacts"
id: basefn
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
- name: "Validate Gradle wrapper"
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3

- name: "Create zip with jlinkZip"
uses: ./.github/actions/gradle-and-sha
with:
gradle-command: jlinkZip
intermediate-filepath: build/rcv.zip
final-filepath: ${{ steps.zipfn.outputs.FILEPATH }}
# - name: "Create zip with jlinkZip"
# uses: ./.github/actions/gradle-and-sha
# with:
# gradle-command: jlinkZip
# intermediate-filepath: build/rcv.zip
# final-filepath: ${{ steps.zipfn.outputs.FILEPATH }}

- name: "Create caches filename"
id: cachefn
Expand All @@ -85,7 +85,7 @@ jobs:
- name: "Generate SHA1 and SHA256 for each maven dependency"
shell: bash
run: ./.github/workflows/generate-dependency-hashes.sh ${{ runner.os }} >> ~/.gradle/caches/checksums.csv
run: ./gradlew assemble && ./.github/workflows/generate-dependency-hashes.sh ${{ runner.os }}

- name: "Create dependency zip"
uses: ./.github/actions/zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Build, Lint, and Test"

on: [push]
on: []

jobs:
build:
Expand Down

0 comments on commit 1e58abc

Please sign in to comment.