From b77e1b1c2d9f8193dc9b18f5539a21996acef428 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Thu, 5 Sep 2024 12:38:38 +0200 Subject: [PATCH] more consistent naming, and bump version of one action --- .github/workflows/cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8d15ed29..e9022b1d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,7 +30,7 @@ on: jobs: # ----- - iOS: + ios: # Config name: release - ${{ matrix.name }} runs-on: macos-latest @@ -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 @@ -335,7 +335,7 @@ jobs: publish: name: Publish Github release needs: - - iOS + - ios - android - linux - windows @@ -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 }}