We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0facb commit 43b8962Copy full SHA for 43b8962
.github/workflows/publish.yml
@@ -43,8 +43,8 @@ jobs:
43
uses: softprops/action-gh-release@v2
44
with:
45
files: |
46
- $GITHUB_WORKSPACE/app-debug.apk
47
- $GITHUB_WORKSPACE/ios.zip
+ ${{ github.workspace }}/app-debug.apk
+ ${{ github.workspace }}/ios.zip
48
- name: Update Flutter Driver with Version
49
run: |
50
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