Skip to content

Commit 4ef31d1

Browse files
committed
test: release upload
1 parent b3692fc commit 4ef31d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
types: [published]
77

88
jobs:
9-
init:
10-
uses: ./.github/workflows/00-init.yml
11-
129
test-upload:
1310
name: Build Power Apps
1411
runs-on: ubuntu-latest
@@ -30,6 +27,6 @@ jobs:
3027
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3128
with:
3229
upload_url: ${{ github.event.release.url }}
33-
asset_path: ./
30+
asset_path: test.zip
3431
asset_name: test.zip
3532
asset_content_type: application/zip

0 commit comments

Comments
 (0)