Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed Dec 23, 2023
2 parents 2af8742 + a0161ec commit 75099b4
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: version_number
run: echo "version=$(out/bin/camo --version | awk -F ' ' '{print $2}')" >> $GITHUB_OUTPUT
- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: camo-${{ steps.version_number.outputs.version }}-linux-amd64
path: out/bin/camo.zip
Loading

0 comments on commit 75099b4

Please sign in to comment.