Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ltmx authored Feb 19, 2024
1 parent 2d26ccb commit 316af38
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ name: Publish
on:
push:
tags:
- '*'
- '*.*.*'

jobs:
build:
create-release:
name: Publish Zip
runs-on: ubuntu-latest

steps:
- name: Checkout code
- uses: actions/checkout@v3
# - name: Build
# run: cargo build --release
- name: Upload Zip to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 316af38

Please sign in to comment.