Skip to content

Commit

Permalink
fix: testing cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Oct 12, 2023
1 parent 98e3b9f commit ad4bc7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cp -r . $RUNNER_TEMP/assets/m1-with-submodules
tar -czvf $RUNNER_TEMP/assets/m1-with-submodules.tar.gz -C $RUNNER_TEMP/assets m1-with-submodules
cp $RUNNER_TEMP/assets/m1-with-submodules.tar.gz $GITHUB_WORKSPACE/m1-with-submodules.tar.gz
ls -al $GITHUB_WORKSPACE
- name: Create Release
Expand All @@ -54,6 +55,10 @@ jobs:
draft: false
prerelease: true

- name: Check
run: |
ls -al $GITHUB_WORKSPACE
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit ad4bc7d

Please sign in to comment.