Skip to content

Commit

Permalink
Remove download step
Browse files Browse the repository at this point in the history
Upload step was removed, download step should not be there anymore
  • Loading branch information
gboutry committed Sep 27, 2023
1 parent 228bc92 commit b03fcfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ jobs:
- name: Install yq
run: |
sudo snap install yq
- uses: actions/download-artifact@v3
with:
name: rock
- name: Import and push to github package
run: |
rock_file="${{ steps.rockcraft.outputs.rock }}"
Expand Down

0 comments on commit b03fcfe

Please sign in to comment.