Skip to content

Commit

Permalink
ymp build CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 10, 2024
1 parent 2d4e232 commit 039e382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
uses: actions/checkout@v2
- name: Merge packages from build
run: |
mkdir -p /output/
cp -r /github/workspace/*/output/* /output/
sudo mkdir -p /output/
sudo cp -r /github/workspace/*/output/* /output/
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 039e382

Please sign in to comment.