Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-02-03 01:17:00 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-02-03 01:17:00 +0300
commit171b8c1f7e2f7d56efe50a419427d4935c811e24 (patch)
tree43d638a44209479a0c840a9aa639caaa041c03a1
parent63f89e3e61aa17112d2755889006e9ecd5c6ec38 (diff)
Fix workspace pathactions-64bit
-rw-r--r--.github/workflows/build64.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build64.yml b/.github/workflows/build64.yml
index fa5a4da..502e482 100644
--- a/.github/workflows/build64.yml
+++ b/.github/workflows/build64.yml
@@ -55,7 +55,7 @@ jobs:
NOW=$(date +"%Y-%m-%d-%H%M")
IMAGE=$NOW-octopi-$DIST_VERSION
- cp repository/src/workspace/*.img $IMAGE.img
+ cp repository/src/workspace-ubuntu_arm64/*.img $IMAGE.img
echo "::set-output name=image::$IMAGE"