Skip to content

Commit

Permalink
chore: prepare v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhykos committed Nov 1, 2024
1 parent 4219997 commit 3e607a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Archive Linux binary x86_64
uses: actions/upload-artifact@v4
with:
name: autophoto-linux-x86_64-1.0.0
name: autophoto-linux-x86_64-2.0.0
path: build/linux-x86_64

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

0 comments on commit 3e607a0

Please sign in to comment.