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:
|
||||
push:
|
||||
@@ -37,8 +37,13 @@ jobs:
|
||||
publish:
|
||||
needs: [build, build-windows]
|
||||
runs-on: ubuntu-latest
|
||||
# if: startsWith(github.ref, 'refs/tags/v')
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
- name: Display structure of downloaded files
|
||||
run: ls
|
||||
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
files: |
|
||||
*.AppImage
|
||||
*.zip
|
||||
Reference in New Issue
Block a user