Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious authored Jul 23, 2024
1 parent 1ab8f16 commit b411cf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
description: "Create a draft release?"
required: false
type: boolean
default: true
default: false

jobs:
publish:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
# Artifact name
# name: # optional, default is artifact
name: "StarfieldSaveTool-${{ steps.extract-version.outputs.semver }}"
# A file, directory or wildcard pattern that describes what to upload
path: ${{ github.workspace }}/bin/Release/net8.0/win-x64/publish/**/*
# The desired behavior if no files are found using the provided path.
Expand All @@ -77,5 +77,5 @@ jobs:
files: ${{ github.workspace }}/bin/Release/net8.0/win-x64/publish/**/*
prerelease: true
draft: true
name: ${{ steps.extract-version.outputs.SEMVER }}
tag_name: ${{ steps.extract-version.outputs.TAG }}
name: ${{ steps.extract-version.outputs.semver }}
tag_name: ${{ steps.extract-version.outputs.tag }}

0 comments on commit b411cf8

Please sign in to comment.