Skip to content

Commit

Permalink
fix(ci): add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Nov 24, 2022
1 parent d63b5ae commit 8d368ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
ls -la
ls -la Builds
ls -la Builds/${{ matrix.buildTarget }}
mv Builds/${{ matrix.buildTarget }} ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}
sudo mv Builds/${{ matrix.buildTarget }} ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}
- name: Upload build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8d368ac

Please sign in to comment.