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 454c802 commit 4575e78
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/script-tsumbeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
# paths:
# - scripts/com.r2studio.TsumBeta/**
jobs:
package-script:
build-script:
name: Build script
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -24,4 +25,14 @@ jobs:
path: scripts/com.r2studio.TsumBeta/dist/**
retention-days: 1
overwrite: true

release-script:
name: Release script
runs-on: ubuntu-latest
needs: build-script
steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: index
- name: Test artifact download
run: ls -R

0 comments on commit 4575e78

Please sign in to comment.