Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Umbranoxio committed Nov 28, 2023
1 parent c1d386b commit 4dee6e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
@@ -1,10 +1,10 @@
name: Upload Release Binary
name: Build

on:
workflow_dispatch:

jobs:
build:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Move stripped dlls to refs
run: mv Stripped/Versions/${{ steps.read-json.outputs.game_version }} Refs

- name: Acquire Mod References
- name: Acquire mod references
uses: Goobwabber/download-beatmods-deps@1.2
with:
manifest: ${{github.workspace}}/ScoreSaber/manifest.json
Expand All @@ -50,14 +50,14 @@ jobs:
- name: Git Status
run: git status

- name: Echo File Name
- name: Echo file name
run: echo $BUILDTEXT \($ASSEMBLYNAME\)
env:
BUILDTEXT: Filename=${{ steps.Build.outputs.filename }}
ASSEMBLYNAME: AssemblyName=${{ steps.Build.outputs.assemblyname }}

- name: Upload Artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: ScoreSaber
name: ${{ steps.Build.outputs.filename }}
path: ${{ steps.Build.outputs.artifactpath }}

0 comments on commit 4dee6e1

Please sign in to comment.