Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent 97cf4b3 commit 4773550
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,14 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release-artifact
path: release/kokofixcomputers/panel.tar.gz # Update to match the new filename
path: release/kokofixcomputers/panel.tar.gz

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: v1.0.0 # Change this to your desired version/tag
release_name: "Release v1.0.0" # Change this to your desired release name
draft: false # Set to true if you want to create a draft release
prerelease: false # Set to true if this is a pre-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions

0 comments on commit 4773550

Please sign in to comment.