Skip to content

Commit

Permalink
github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scherle committed May 14, 2024
1 parent 9cd23a5 commit 218a806
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: run gitlab pipelines
on: [push]

name: build windows release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -9,7 +11,7 @@ jobs:
uses: actions/checkout@v4
- uses: OpenSourceVDI/gitlab-ci-run@HEAD
- name: Uploading package_windows
uses: actions/upload-artifact@v4
uses: ncipollo/release-action@v1
with:
name: package_windows
path: package_windows
artifacts: "package_windows"

0 comments on commit 218a806

Please sign in to comment.