Skip to content

Commit

Permalink
comment out verify version
Browse files Browse the repository at this point in the history
  • Loading branch information
CheatCod authored Jul 1, 2023
1 parent 74c622c commit 05b9a74
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
$FILENAME = "lodestone_core_${{matrix.os}}_${{matrix.arch}}_$VERSION${{matrix.postfix}}"
"FILENAME=$FILENAME" >> $env:GITHUB_ENV
- name: Verify Version
if: inputs.version
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
if (process.env.VERSION != ${{ inputs.version }}) {
core.setFailed("Version mismatch: " + process.env.VERSION + " != " + ${{ inputs.version }});
}
# - name: Verify Version
# if: inputs.version
# uses: actions/github-script@v6
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# script: |
# if (process.env.VERSION != ${{ inputs.version }}) {
# core.setFailed("Version mismatch: " + process.env.VERSION + " != " + ${{ inputs.version }});
# }

- name: Build Lodestone Core
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 05b9a74

Please sign in to comment.