mirror of
https://github.com/13hannes11/focus_annotator.git
synced 2024-09-03 23:21:01 +02:00
add publishing action
This commit is contained in:
committed by
GitHub
parent
e2a010f58b
commit
267be7d237
@@ -1,4 +1,4 @@
|
|||||||
name: Rust
|
name: Build and publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -37,8 +37,13 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
needs: [build, build-windows]
|
needs: [build, build-windows]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
- name: Display structure of downloaded files
|
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
||||||
run: ls
|
with:
|
||||||
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
prerelease: false
|
||||||
|
files: |
|
||||||
|
*.AppImage
|
||||||
|
*.zip
|
||||||
Reference in New Issue
Block a user