diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 071b093..c1e98fa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Releasee with .op +name: Release with .op # Controls when the workflow will run on: @@ -35,9 +35,9 @@ jobs: with: directory: tmp # Filename for archive - filename: 'tmp/release.op' + filename: 'release.op' - name: Upload Release uses: ncipollo/release-action@v1.12.0 with: - artifacts: "release.op" + artifacts: "tmp/release.op" token: ${{ secrets.GITHUB_TOKEN }}