Skip to content

Commit

Permalink
remove invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 22, 2024
1 parent 9d6b0bb commit 88894d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
- name: Archive Subdirectory
if: steps.slug_exists.outputs.release_slugs_exists != true
needs: [slug_exists]
id: archive
run: |
zip -r "${{ steps.meta.outputs.release_slug}}.zip" "${{ steps.find_package.outputs.the_path }}"
Expand All @@ -110,7 +109,6 @@ jobs:

- name: Upload Release Asset
if: steps.slug_exists.outputs.release_slugs_exists != true
needs: [create_release]
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 88894d0

Please sign in to comment.