Fix Syntax Error in Actions File
All checks were successful
All checks were successful
This commit is contained in:
parent
8d1e9c3d03
commit
3dff75922d
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Downloading All Build Artifacts
|
name: Downloading All Build Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
-
|
||||||
|
name: Rearrange Artifact Paths
|
||||||
run: |
|
run: |
|
||||||
mkdir release
|
mkdir release
|
||||||
mv bookworm-bot-linux-amd64/bookworm-bot-linux-amd64/bookworm-bot-linux-amd64 release/bookworm-bot-linux-amd64
|
mv bookworm-bot-linux-amd64/bookworm-bot-linux-amd64/bookworm-bot-linux-amd64 release/bookworm-bot-linux-amd64
|
||||||
|
|
Loading…
Reference in a new issue