Skip to content

Commit

Permalink
fix auto release 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Comand committed Sep 17, 2024
1 parent 70797a5 commit a2c9bce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Build for Multiple Platforms
name: Auto Relese

on:
push:
Expand Down Expand Up @@ -65,13 +65,14 @@ jobs:
uses: actions/download-artifact@v3
with:
path: build/

- name: List downloaded files
run: ls -R build/
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref_name }} # Use the pushed tag as the release tag
files: |
build/untisDSB-ubuntu-latest-amd64
build/untisDSB-windows-latest-amd64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build/ubuntu-latest/amd64/untisDSB
build/windows-latest/amd64/untisDSB

0 comments on commit a2c9bce

Please sign in to comment.