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 9eaeaed commit c396037Copy full SHA for c396037
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
name: artifact-tgz
24
path: |
25
- *.tgz
+ ./*.tgz
26
27
- name: Create Release
28
id: create_release
@@ -40,7 +40,7 @@ jobs:
40
uses: svenstaro/upload-release-action@v2
41
42
repo_token: ${{ secrets.GITHUB_TOKEN }}
43
- file: *.tgz
+ file: ./*.tgz
44
tag: ${{ github.ref }}
45
overwrite: true
46
file_glob: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-red-contrib-tak",
3
- "version": "4.1.0-beta2",
+ "version": "4.1.0-beta3",
4
"description": "Node-RED Nodes for encoding & decoding TAK Protocol and Cursor on Target messages from TAK Products.",
5
"license": "Apache-2.0",
6
"url": "https://github.com/snstac/node-red-contrib-tak",
0 commit comments