Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs committed Apr 2, 2024
1 parent 0ead1dc commit c68df22
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/script-tsumbeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
run: chmod +x build.sh
- name: Compile sources and create index.zip
run: ./build.sh
- run: ls -la
- name: Archive index.zip artifact
uses: actions/upload-artifact@v4
with:
name: tsum-beta-index.zip
path: dist/*
name: index-zip
path: index.zip
compression-level: false
overwrite: true

0 comments on commit c68df22

Please sign in to comment.