Skip to content

Commit

Permalink
fix version of shopify/upload-to-release
Browse files Browse the repository at this point in the history
  • Loading branch information
snshn authored Sep 3, 2024
1 parent f067fc2 commit 1f60a76
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f60a76

Please sign in to comment.