Skip to content

Commit

Permalink
Write permission exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Oct 31, 2023
1 parent 41ab67e commit 6c0f296
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
run: |
mv index.html graphs
mv index.001.png graphs
- name: find index file
run: find . -type f -name "*.html"

- name: Step 3 - Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2
Expand All @@ -88,7 +91,6 @@ jobs:
id: change-page-url
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT

- name: find index file
run: find . -type f -name "*.html"



0 comments on commit 6c0f296

Please sign in to comment.