We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce182af commit 49e1631Copy full SHA for 49e1631
1 file changed
.github/workflows/build.yaml
@@ -31,6 +31,7 @@ jobs:
31
needs: build
32
runs-on: windows-2019
33
steps:
34
+
35
- name: Upload zipped offline app installer to GitHub releases
36
uses: ncipollo/release-action@v1
37
with:
@@ -40,8 +41,8 @@ jobs:
40
41
replacesArtifacts: true
42
token: ${{ secrets.GITHUB_TOKEN }}
43
artifacts: ./**/*.whl
- tag: ${{ steps.name.outputs.tag }}
44
- body: This is an alpha build of diffpy2 (${{ steps.name.outputs.tag }})
+ tag: 1.4.1
45
+ body: This is an alpha build of diffpy2
46
47
48
# upload:
0 commit comments