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 rebuild deb
21
+
# - name: Test output
22
+
# run: echo $VERSION
23
23
# run: ls -l release/debian
24
24
- name: Create Release
25
25
id: create_release
@@ -31,13 +31,13 @@ jobs:
31
31
release_name: ${{ env.VERSION }}
32
32
draft: false
33
33
prerelease: false
34
-
# - name: Upload Release Asset
35
-
# id: upload-release-asset
36
-
# uses: actions/upload-release-asset@v1
37
-
# env:
38
-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
-
# with:
40
-
# upload_url: ${{ steps.create_release.outputs.upload_url }} # 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
upload_url: ${{ steps.create_release.outputs.upload_url }} # 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