Skip to content

Commit 988fcb0

Browse files
authored
Update app.yml
1 parent 02943e4 commit 988fcb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- name: Display structure of downloaded files
127127
run: ls -R
128128
- name: Release
129+
id: newrelease
129130
uses: softprops/action-gh-release@v2
130131
with:
131132
files: "wsltoolbox_${{ env.AppVersion }}_x64_setup/wsltoolbox_${{ env.AppVersion }}_x64_setup.exe"
@@ -135,7 +136,7 @@ jobs:
135136
komac-token: ${{ secrets.KOMAC_TOKEN }}
136137
identifier: ${{ env.AppUuid }}
137138
repo: "FalconNL93/WslToolbox"
138-
url: "${{ fromJSON(steps.create-release.outputs.assets)[0].browser_download_url }}"
139+
url: "${{ fromJSON(steps.newrelease.outputs.assets)[0].browser_download_url }}"
139140

140141
purge:
141142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)