Skip to content

Commit

Permalink
ci: appimage fix upload path for amd64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jun 18, 2023
1 parent b6e1332 commit ce49b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-axolotl-linux-amd64
path: axolotl
path: target/release/axolotl
retention-days: 1

build-axolotl-web-arm64:
Expand Down

0 comments on commit ce49b37

Please sign in to comment.