Skip to content

Commit 43b8962

Browse files
Fix attach files to release path
1 parent 3b0facb commit 43b8962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uses: softprops/action-gh-release@v2
4444
with:
4545
files: |
46-
$GITHUB_WORKSPACE/app-debug.apk
47-
$GITHUB_WORKSPACE/ios.zip
46+
${{ github.workspace }}/app-debug.apk
47+
${{ github.workspace }}/ios.zip
4848
- name: Update Flutter Driver with Version
4949
run: |
5050
TAG_NAME=$(curl -s "https://api.github.com/repos/AppiumTestDistribution/appium-flutter-server/tags" | grep -m 1 '"name"' | sed -E 's/.*"name": "([^"]+)".*/\1/')

0 commit comments

Comments
 (0)