summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8c7f59f2f..49ddaff62 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -43,13 +43,13 @@ jobs:
env:
CC: gcc
CXX: g++
- - name: Upload build
- uses: actions/upload-artifact@v4
- with:
- name: 2ship-linux
- path: |
- 2ship.appimage
- readme.txt
+ # - name: Upload build
+ # uses: actions/upload-artifact@v4
+ # with:
+ # name: 2ship-linux
+ # path: |
+ # 2ship.appimage
+ # readme.txt
# build-windows:
# needs: generate-soh-otr-and-headers
# runs-on: windows-latest
@@ -152,6 +152,7 @@ jobs:
- name: Unzip package
run: Expand-Archive -Path 2ship-windows.zip -DestinationPath 2ship-windows
- name: Upload build
+ if: ${{ startsWith(github.ref, 'refs/heads/develop') }}
uses: actions/upload-artifact@v4
with:
name: 2ship-windows