Skip to content

Commit

Permalink
feat (ci): add 1.0.0 to build releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhykos committed Oct 22, 2024
1 parent e08d0ed commit 402e551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Archive Linux binary x86_64
uses: actions/upload-artifact@v4
with:
name: autophoto-linux-x86_64
name: autophoto-linux-x86_64-1.0.0
path: build/linux-x86_64

- name: Build Linux binary ARM
Expand All @@ -73,5 +73,5 @@ jobs:
- name: Archive Linux binary ARM
uses: actions/upload-artifact@v4
with:
name: autophoto-linux-arm
name: autophoto-linux-arm-1.0.0
path: build/linux-arm

0 comments on commit 402e551

Please sign in to comment.