You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# run: ant -noinput -buildfile build.xml -Dsplashscreen.enable=true -Dlabel=$VERSION -Dgoogle.api.client.id="${{ secrets.GOOGLE_API_CLIENT_ID }}" -Dgoogle.api.client.secret="${{ secrets.GOOGLE_API_CLIENT_SECRET }}" rebuild deb
71
+
# - name: Upload Release Asset
72
+
# id: upload-release-asset
73
+
# uses: actions/upload-release-asset@v1
74
+
# env:
75
+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
+
# with:
77
+
# upload_url: ${{ env.UPLOADURL }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
run: ant -noinput -buildfile build.xml -Dsplashscreen.enable=true -Dlabel=$VERSION rebuild deb
71
-
# - name: Test output
72
-
# run: echo $VERSION
73
-
# run: ls -l release/debian
74
-
- name: Upload Release Asset
75
-
id: upload-release-asset
76
-
uses: actions/upload-release-asset@v1
77
-
env:
78
-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
-
with:
80
-
upload_url: ${{ env.UPLOADURL }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
0 commit comments