Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 11, 2024
1 parent 2afca10 commit 707ef49
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}
jobs:
tagver:
outputs:
version: ${{ steps.tagver.outputs.tagver }}
tagver: ${{ steps.tagver.outputs.tagver }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -39,13 +39,13 @@ jobs:
- env:
TAGVER: ${{ needs.tagver.outputs.tagver }}
run: |
wget -q "https://ziglang.org/download/$TAGVER/zig-windows-x86_64-$TAGVER.zip"
wget -q "https://ziglang.org/download/$TAGVER/zig-windows-aarch64-$TAGVER.zip"
wget -q "https://ziglang.org/download/$TAGVER/zig-macos-aarch64-$TAGVER.tar.xz"
wget -q "https://ziglang.org/download/$TAGVER/zig-macos-x86_64-$TAGVER.tar.xz"
wget -q "https://ziglang.org/download/$TAGVER/zig-linux-x86_64-$TAGVER.tar.xz"
wget -q "https://ziglang.org/download/$TAGVER/zig-linux-aarch64-$TAGVER.tar.xz"
wget -q "https://ziglang.org/download/$TAGVER/zig-freebsd-x86_64-$TAGVER.tar.xz"
wget "https://ziglang.org/download/$TAGVER/zig-windows-x86_64-$TAGVER.zip"
wget "https://ziglang.org/download/$TAGVER/zig-windows-aarch64-$TAGVER.zip"
wget "https://ziglang.org/download/$TAGVER/zig-macos-aarch64-$TAGVER.tar.xz"
wget "https://ziglang.org/download/$TAGVER/zig-macos-x86_64-$TAGVER.tar.xz"
wget "https://ziglang.org/download/$TAGVER/zig-linux-x86_64-$TAGVER.tar.xz"
wget "https://ziglang.org/download/$TAGVER/zig-linux-aarch64-$TAGVER.tar.xz"
wget "https://ziglang.org/download/$TAGVER/zig-freebsd-x86_64-$TAGVER.tar.xz"
unzip -q "zig-windows-x86_64-$TAGVER.zip"
unzip -q "zig-windows-aarch64-$TAGVER.zip"
Expand Down

0 comments on commit 707ef49

Please sign in to comment.