diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 22:37:22 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 22:37:22 +0200 |
commit | 35d42f74a93dbe0a21bbf0379388f8da963accd4 (patch) | |
tree | afb4e029cc166a4ba47cbb297cc710851ef695e3 /.github/workflows/release.yml | |
parent | 79575fb5ae0e6654672a16636449bd7c202be617 (diff) | |
download | FlightCore-0.0.4.tar.gz FlightCore-0.0.4.zip |
Upload release file to releasesv0.0.4
instead of artifacts
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b06cb37..26e162b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,8 +75,8 @@ jobs: run: | python3 scripts/create-release-file.py --version ${{github.event.release.tag_name}} - - name: upload build artifact - uses: actions/upload-artifact@v2 + - name: upload release file + uses: softprops/action-gh-release@v1 with: - path: | + files: | latest-release.json |