Skip to content

Commit

Permalink
remove tar gz from run
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed May 5, 2024
1 parent 2fe5474 commit 708f3f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gzip-clab-build-containerlab-with-ceos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
mkdir clab-build-containerlab-with-ceos/demos
cp -r .devcontainer/clab-build-containerlab-with-ceos/* clab-build-containerlab-with-ceos/.devcontainer/
cp -r demos/clab-build-containerlab-with-ceos/ clab-build-containerlab-with-ceos/demos/
tar -czvf clab-build-containerlab-with-ceos.tar.gz clab-build-containerlab-with-ceos/
- name: Upload artifact 🔼
id: upload-artifact-step
uses: actions/upload-pages-artifact@v3
with:
name: clab-build-containerlab-with-ceos.tar.gz
path: clab-build-containerlab-with-ceos.tar.gz
# name: clab-build-containerlab-with-ceos.tar.gz
path: ./clab-build-containerlab-with-ceos/

- name: Show Artifact URL
run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.upload-artifact-step.outputs.artifact-id }}'

0 comments on commit 708f3f6

Please sign in to comment.