Skip to content

Commit

Permalink
more consistent naming, and bump version of one action
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Sep 5, 2024
1 parent cbd2126 commit b77e1b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:
jobs:

# -----
iOS:
ios:
# Config
name: release - ${{ matrix.name }}
runs-on: macos-latest
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- name: Add iOS targets
- name: Add ios targets
run: rustup target add ${{ matrix.TARGET }}
- name: Setup caching
uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
publish:
name: Publish Github release
needs:
- iOS
- ios
- android
- linux
- windows
Expand All @@ -358,7 +358,7 @@ jobs:
run: |
echo $GITHUB_SHA > dist/commit-sha
- name: Upload Release Assets
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.WGPU_NATIVE_VERSION }}
name: ${{ env.WGPU_NATIVE_VERSION }}
Expand Down

0 comments on commit b77e1b1

Please sign in to comment.