Skip to content

Commit

Permalink
try to solve
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Apr 28, 2024
1 parent 1739564 commit 6c3bb20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/taggedRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
with:
type: 'zip'
filename: 'releaseBlocklyAutomation.zip'
path: 'auto-blockly-app/'
directory: '${{github.workspace}}/src/blockly10/build/'
path: 'src/blockly10/build/'
directory: '${{github.workspace}}/'
exclusions: '*.git* /*node_modules/* .editorconfig'


Expand All @@ -135,7 +135,7 @@ jobs:
- name: making releases of loaders
run: |
find ${{github.workspace}} -type f -name "*.zip"
cp ${{github.workspace}}/ssrc/blockly10/build/releaseBlocklyAutomation.zip ${{github.workspace}}/releaseBlocklyAutomation.zip
#cp ${{github.workspace}}/src/blockly10/build/releaseBlocklyAutomation.zip ${{github.workspace}}/releaseBlocklyAutomation.zip
rm -r src/blockly10/build/*
cd src
cd blockly10
Expand Down
Empty file added docs/.nojekyll
Empty file.

0 comments on commit 6c3bb20

Please sign in to comment.