Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SchmErik committed Oct 30, 2024
1 parent dce4fa9 commit 0a4b847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,3 @@ jobs:
with:
name: "rust-toolchain-${{ matrix.triple }}.tar.gz"
path: "rust/rust-toolchain-${{ matrix.triple }}.tar.gz"

# wait for recently uploaded release asset to become available,
# otherwise cargo-binstall sometimes errors with 404.
- name: Wait for upload
run: sleep 90
- name: Download artifacts
uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true
- name: Display structure of downloaded artifacts
run: ls -R ./artifacts
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true
- name: Display structure of downloaded artifacts
run: ls -R ./artifacts
- name: Create release
Expand Down

0 comments on commit 0a4b847

Please sign in to comment.