Skip to content

Commit

Permalink
Please work this time
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Lyons committed Apr 28, 2022
1 parent b378367 commit cb97efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Create dist folder
run: |
mkdir ${{ runner.temp }}/built_artifact;
mv ${{ github.workspace }}/build/* {${ runner.temp }}/built_artifact/;
mv ${{ github.workspace }}/build/* ${{ runner.temp }}/built_artifact/;
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit cb97efc

Please sign in to comment.