Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman committed Jul 15, 2024
1 parent e747c50 commit 977f2ed
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,7 @@ jobs:
- name: Getting Source
uses: actions/download-artifact@v4
with:
pattern: source-*
merge-multiple: false
run-id: ${{ github.run_id }}

- name: List downloaded files and directories
run: ls -la
working-directory: ${{ github.workspace }}

name: ${{ env.SOURCE_ARTIFACT }}
- name: Extract Archives
run: |
tar -xzf depends.tar.gz
Expand Down

0 comments on commit 977f2ed

Please sign in to comment.