diff --git a/.changeset/sharp-flowers-own.md b/.changeset/sharp-flowers-own.md new file mode 100644 index 0000000..f865033 --- /dev/null +++ b/.changeset/sharp-flowers-own.md @@ -0,0 +1,5 @@ +--- +"pactup": patch +--- + +npm publish diff --git a/.github/workflows/release_pactup.yml b/.github/workflows/release_pactup.yml index fefd26c..d715753 100644 --- a/.github/workflows/release_pactup.yml +++ b/.github/workflows/release_pactup.yml @@ -99,12 +99,12 @@ jobs: run: cross build --release --target=${{ matrix.target }} # The binaries are zipped to fix permission loss https://github.com/actions/upload-artifact#permission-loss - - name: Archive Binaries - if: runner.os == 'Windows' - run: | - PACTUP_BIN_NAME=pactup-${{ matrix.code-target }} - mv target/${{ matrix.target }}/release/pactup.exe $PACTUP_BIN_NAME.exe - 7z a $PACTUP_BIN_NAME.zip $PACTUP_BIN_NAME.exe + # - name: Archive Binaries + # if: runner.os == 'Windows' + # run: | + # PACTUP_BIN_NAME=pactup-${{ matrix.code-target }} + # mv target/${{ matrix.target }}/release/pactup.exe $PACTUP_BIN_NAME.exe + # 7z a $PACTUP_BIN_NAME.zip $PACTUP_BIN_NAME.exe # The binaries are zipped to fix permission loss https://github.com/actions/upload-artifact#permission-loss - name: Archive Binaries