Skip to content

Commit

Permalink
bump lwg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Feb 28, 2023
1 parent f4d67e8 commit ad4ecfa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 53 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/region_params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
paths:
- "region_params/**"
- ".github/workflows/region_params.yml"
# tags:
# - "*-region_params"
pull_request:
branches:
- master
Expand Down Expand Up @@ -52,7 +50,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build]
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/region_params')

steps:
- name: Release | Artifacts
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- "extern/**"
- "region_params/**"
- "README.md"
tags:
- lw-generator-v*
pull_request:
branches:
- master
Expand Down Expand Up @@ -42,7 +40,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/lw-generator')

steps:
- name: Setup | Checkout
Expand All @@ -65,8 +63,8 @@ jobs:
- name: Release | Prepare
run: |
tar -zcv -C target/release -f linux_x86_64.tar.gz lw-generator
sha256sum -b --tag linux_x86_64.tar.gz > linux_x86_64.checksum
tar -zcv -C target/release -f linux.x86.64.tar.gz lw-generator
sha256sum -b --tag linux.x86.64.tar.gz > linux.x86.64.checksum
- name: Release | Artifacts
uses: softprops/action-gh-release@v1
Expand All @@ -76,5 +74,5 @@ jobs:
fail_on_unmatched_files: true
name: lw-generator
files: |
linux_x86_64.tar.gz
linux_x86_64.checksum
linux.x86.64.tar.gz
linux.x86.64.checksum
76 changes: 33 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad4ecfa

Please sign in to comment.