We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e9ec4 commit 16448a3Copy full SHA for 16448a3
.github/workflows/ci.yml
@@ -63,10 +63,24 @@ jobs:
63
- name: Download artifacts
64
uses: actions/download-artifact@v3
65
66
+ - name: Peek
67
+ run: |
68
+ ls -a
69
+
70
+ - name: Step In
71
72
+ cd ./ubuntu-latest
73
74
- name: Release
75
uses: svenstaro/upload-release-action@v2
76
with:
77
repo_token: ${{ secrets.GITHUB_TOKEN }}
78
file: '*.jar'
79
tag: ${{ github.ref }}
- file_glob: true
80
+ file_glob: true
81
82
+# deploy:
83
+# name: deploy
84
+# if: startsWith(github.ref, 'refs/tags/')
85
+# needs: release
86
+# runs-on: ubuntu-latest
0 commit comments