Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabt234 authored Mar 3, 2024
1 parent 9a97e32 commit ef81378
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: Zip Docs and Build
run: |
cd .svelte-kit
sudo zip -r ${{env.BUILD_NAME}}.zip ./*
- name: TMP
Expand All @@ -40,6 +39,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
.svelte-kit/${{env.BUILD_NAME}}.zip
${{env.BUILD_NAME}}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ef81378

Please sign in to comment.