Skip to content

Commit

Permalink
Update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 18, 2024
1 parent c550b33 commit d44aad5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,12 @@ jobs:
- name: Create tarball
run: tar -czf ./artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz -C artifacts strikes-${{ env.VERSION }}-${{ matrix.target }}
working-directory: cli-client

- name: List files for debugging
run: ls -la
working-directory: cli-client

- name: List files in artifacts directory
run: ls -la ./artifacts
working-directory: cli-client

- name: Upload tarball
uses: actions/upload-artifact@v4
with:
name: strikes-${{ env.VERSION }}-${{ matrix.target }}
path: ./cli-client/artifacts/strikes-${{ env.VERSION }}-${{ matrix.target }}.tar.gz
working-directory: cli-client

release:
name: Release artifacts
Expand Down

0 comments on commit d44aad5

Please sign in to comment.