diff options
author | Marvin Borner | 2020-01-03 22:20:00 +0100 |
---|---|---|
committer | Marvin Borner | 2020-01-03 22:20:00 +0100 |
commit | 476db47788919d11f93822120f6796bedbf14b8e (patch) | |
tree | 5a86df264d56042384a8aa2176296ac3326a42d2 /.github | |
parent | fe74f33641696bc31022737ddf1d618dec20c87f (diff) |
Woopsi
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30ff2cb..231b257 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: iso/melvix.iso + files: build/melvix.iso name: Melvix Weekly Release prerelease: 1 env: |