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 ef81378 commit 4c1cd71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,16 @@ jobs:

- name: Install dependencies
run: npm install

- name: Build Svelte app
run: npm run build

- name: Zip Docs and Build
run: |
sudo zip -r ${{env.BUILD_NAME}}.zip ./*
- name: TMP
run: |
cd .svelte-kit
ls
- name: Upload to Release
uses: softprops/action-gh-release@v1
with:
files: |
${{env.BUILD_NAME}}.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c1cd71

Please sign in to comment.