From 1f60a76fcdcc454c0eade3c44664eb6f98de60f2 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Mon, 2 Sep 2024 18:11:48 -1000 Subject: [PATCH] fix version of shopify/upload-to-release --- .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 b73941f0..ecb02265 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -20,7 +20,7 @@ jobs: - name: Build the executable run: cargo build --release - - uses: Shopify/upload-to-release@2.0.0 + - uses: Shopify/upload-to-release@v2.0.0 with: name: monolith.exe path: target\release\monolith.exe @@ -53,7 +53,7 @@ jobs: run: cargo build --release --target=arm-unknown-linux-gnueabihf - name: Attach artifact to the release - uses: Shopify/upload-to-release@2.0.0 + uses: Shopify/upload-to-release@v2.0.0 with: name: monolith-gnu-linux-armhf path: target/arm-unknown-linux-gnueabihf/release/monolith @@ -86,7 +86,7 @@ jobs: run: cargo build --release --target=aarch64-unknown-linux-gnu - name: Attach artifact to the release - uses: Shopify/upload-to-release@2.0.0 + uses: Shopify/upload-to-release@v2.0.0 with: name: monolith-gnu-linux-aarch64 path: target/aarch64-unknown-linux-gnu/release/monolith @@ -101,7 +101,7 @@ jobs: - name: Build the executable run: cargo build --release - - uses: Shopify/upload-to-release@2.0.0 + - uses: Shopify/upload-to-release@v2.0.0 with: name: monolith-gnu-linux-x86_64 path: target/release/monolith