Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTobi authored Jun 26, 2023
1 parent ccc4703 commit 083c82e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ "main" ]

# todo: calculate version automatically

jobs:
build:
strategy:
Expand Down Expand Up @@ -39,5 +41,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.runtime }}
name: ${{ matrix.runtime }} # todo: include version number
path: ./${{ matrix.runtime }}/${{ matrix.artifact }}

0 comments on commit 083c82e

Please sign in to comment.