Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajal4414 authored Jul 18, 2024
1 parent 7ab458a commit 52d2320
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Extract and Release

on:
workflow_dispatch:
inputs:
ROM_URL:
description: "ROM_URL"
default: "https://github.com/sakshiagrwal/SourceforgeBackup/releases/download/crDroid/crDroidAndroid-13.0-20230607-spes-v9.5.zip"
push:
branches:
- "data"

jobs:
build-and-release:
Expand All @@ -16,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Download file
run: curl -LJO ${{ github.event.inputs.ROM_URL }}
run: curl -LJO https://sourceforge.net/projects/crdroid/files/Pong/10.x/crDroidAndroid-14.0-20240715-Pong-v10.6.zip/download

- name: Extract Payload
run: |
Expand Down

0 comments on commit 52d2320

Please sign in to comment.