Skip to content

Commit

Permalink
fix yml format (openframeworks#8195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitre authored Nov 15, 2024
1 parent e084543 commit 2f7e2d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-linux64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
path: out/nightly-mega_artefact.tar.bz2
retention-days: 7
- name: Update Release arm64
uses: softprops/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ env.RELEASE }}
files: ${{ steps.createpackage.outputs.FILES_OUT }}
uses: softprops/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ env.RELEASE }}
files: ${{ steps.createpackage.outputs.FILES_OUT }}

0 comments on commit 2f7e2d8

Please sign in to comment.