Skip to content

Commit

Permalink
fix: c_release.yml missing } (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua authored Aug 9, 2024
1 parent f7400f8 commit 3b8332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
mkdir tarball
mkdir at_c-${{ github.ref_name }}
cp -R packages/* at_c-${{ github.ref_name }
cp -R packages/* at_c-${{ github.ref_name }}
tar -cvzf tarball/at_c-${{ github.ref_name }}.tar.gz at_c-${{ github.ref_name }}
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
Expand Down

0 comments on commit 3b8332b

Please sign in to comment.